diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2021-02-23 22:26:07 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2021-02-23 22:26:07 +0300 |
| commit | 8d2e3c2528e67f8650c122f014364a34bf690d2a (patch) | |
| tree | fd44203c8a5919848f689cb6caa8c0c8d0784d54 /prefs.php | |
| parent | 37d46411c77bda2b1823f7d230b06e36b7125a8d (diff) | |
drop errors.php and simplify error handling
Diffstat (limited to 'prefs.php')
| -rw-r--r-- | prefs.php | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -51,11 +51,10 @@ </script> <?php - foreach (array("lib/dojo/dojo.js", + foreach (["lib/dojo/dojo.js", "lib/dojo/tt-rss-layer.js", "js/common.js", - "js/prefs.js", - "errors.php?mode=js") as $jsfile) { + "js/prefs.js"] as $jsfile) { echo javascript_tag($jsfile); |