diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-13 18:09:09 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-13 18:09:09 +0200 |
| commit | 45d1a96f4b723a39e9c5dba55db447767bb55935 (patch) | |
| tree | 946612c5006b196240061016b3fff5808e69e625 /src/client | |
| parent | 3d10bc63a870df6af11a9394ef103e6af40dfcb5 (diff) | |
commons only: client: hide the intro-task (for commons)
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/main.js | 2 |
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) { |
