summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-03-08 18:33:42 +0300
committerAndrew Dolgov <[email protected]>2018-03-08 18:33:42 +0300
commit3009ecc44f4a2cebe0d918f6a993ce0cab0fbe81 (patch)
tree1ba72d41dfb8870a7635629790813e349151d800 /index.php
parentc9a5e5aa2875008931f4f75ba7d01fd5439cd0ea (diff)
initial for JS strict mode
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index a1bcd5643..31d767038 100644
--- a/index.php
+++ b/index.php
@@ -110,6 +110,7 @@
} ?>
<script type="text/javascript">
+ 'use strict';
require({cache:{}});
<?php
require_once 'lib/jshrink/Minifier.php';