diff options
author | Igor Wiedler <igor@wiedler.ch> | 2012-02-08 19:03:30 +0100 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2012-03-31 02:09:24 +0200 |
commit | d53c36684db5ee592b871f518364ae9de03d3e8b (patch) | |
tree | 5c028a43a4ac667679bcbe4f98b503d47b99d981 /phpBB/adm/style | |
parent | 628074bf7057ad5f9aff929d7c8cd85171ce60b8 (diff) | |
download | forums-d53c36684db5ee592b871f518364ae9de03d3e8b.tar forums-d53c36684db5ee592b871f518364ae9de03d3e8b.tar.gz forums-d53c36684db5ee592b871f518364ae9de03d3e8b.tar.bz2 forums-d53c36684db5ee592b871f518364ae9de03d3e8b.tar.xz forums-d53c36684db5ee592b871f518364ae9de03d3e8b.zip |
[feature/ajax] JavaScript strict mode
PHPBB3-10270
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/ajax.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/adm/style/ajax.js b/phpBB/adm/style/ajax.js index 2725d9fa0a..9b73b618d6 100644 --- a/phpBB/adm/style/ajax.js +++ b/phpBB/adm/style/ajax.js @@ -1,5 +1,6 @@ (function($) { // Avoid conflicts with other libraries +"use strict"; /** * The following callbacks are for reording forums in acp_forums. forum_down |