From ea576aec26c94587dd7b20ca1d5bfa9179629839 Mon Sep 17 00:00:00 2001 From: daitingting Date: Tue, 9 May 2017 14:30:29 +0800 Subject: [PATCH] * Disabled novice when working is not full. --- module/common/view/footer.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/common/view/footer.html.php b/module/common/view/footer.html.php index 05c609dfdd..f7852fef5e 100755 --- a/module/common/view/footer.html.php +++ b/module/common/view/footer.html.php @@ -25,7 +25,7 @@ function ajaxIgnoreBrowser(){$.get(createLink('misc', 'ajaxIgnoreBrowser'));} $(function(){showBrowserNotice()}); -global->novice) and $this->loadModel('tutorial')->checkNovice()):?> +global->novice) and $this->loadModel('tutorial')->checkNovice() and $config->global->flow == 'full'):?> novice = confirm('tutorial->novice?>'); $.get(createLink('tutorial', 'ajaxSaveNovice', 'novice=' + (novice ? 'true' : 'false')), function() {