Browse Source

Update index.html

Anyon 2 years ago
parent
commit
6519a78e9b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/admin/view/index/index.html

+ 1 - 0
app/admin/view/index/index.html

@@ -16,6 +16,7 @@
     <link rel="stylesheet" href="__ROOT__/static/extra/style.css?at={:date('md')}">
     {block name="style"}{/block}
     <script>
+        window.taDebug = '{:intval($app->isDebug())}' > 0;
         window.taEditor = '{:sysconf("base.editor")?:"ckeditor4"}';
         window.tapiRoot = '{:sysuri("admin/index/index",[],false)}'
     </script>