summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/main.js b/src/client/main.js
index fb621070..7cb5144b 100644
--- a/src/client/main.js
+++ b/src/client/main.js
@@ -30,7 +30,7 @@ function(textanalysis_ui, textanalysis, buttons, history, drag_n_drop,
var intro_task_elem = $('#intro-task');
// TODO: messages (why tasks?) - this one is special but we want them to be handled in their own file.
- if (!localStorage.intro_task_hide) {
+ if (false && !localStorage.intro_task_hide) {
intro_task_elem.show();
}
$('#intro-task .task-close-button').click(function(e) {