Skip to content

Commit 2e2bdb6

Browse files
committed
WIP: intro.js, doesn't work with svg elements and can't scroll sidebar it seems
1 parent 23dd19c commit 2e2bdb6

File tree

4 files changed

+51
-0
lines changed

4 files changed

+51
-0
lines changed

visualise/static/js/visualise/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ Main.setBindings = function() {
185185
}
186186
});
187187

188+
$("#help-icon").click(startIntro);
189+
188190
$("#matrix").click(function(e) {
189191
if (!$(e.target).hasClass("matrix-div")){
190192
MatrixView.Filter.clearPatterns();

0 commit comments

Comments
 (0)