summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-12-05 07:09:01 +0300
committerAndrew Dolgov <[email protected]>2017-12-05 07:09:01 +0300
commitc4a08e4ff0f7f3cfab90d69aec055e72a4614a92 (patch)
treec1ed4cfdc06cc56243f97b4c5376eea77b225526 /prefs.php
parent0518510814ffaca80d277bdf1a20fc3b44271f65 (diff)
remove mentions of deprecated.js
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index a0fe93b15..bffd5cdf5 100644
--- a/prefs.php
+++ b/prefs.php
@@ -92,7 +92,7 @@
}
}
- print get_minified_js(array("functions", "deprecated", "prefs"));
+ print get_minified_js(["functions.js", "prefs.js"]);
init_js_translations();
?>