diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2017-12-05 07:09:01 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2017-12-05 07:09:01 +0300 |
| commit | c4a08e4ff0f7f3cfab90d69aec055e72a4614a92 (patch) | |
| tree | c1ed4cfdc06cc56243f97b4c5376eea77b225526 /prefs.php | |
| parent | 0518510814ffaca80d277bdf1a20fc3b44271f65 (diff) | |
remove mentions of deprecated.js
Diffstat (limited to 'prefs.php')
| -rw-r--r-- | prefs.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ } } - print get_minified_js(array("functions", "deprecated", "prefs")); + print get_minified_js(["functions.js", "prefs.js"]); init_js_translations(); ?> |