From 45d1a96f4b723a39e9c5dba55db447767bb55935 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 13 Apr 2015 18:09:09 +0200 Subject: commons only: client: hide the intro-task (for commons) --- src/client/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/main.js') 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) { -- cgit v1.3.1