summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-18 22:23:06 +0300
committerAndrew Dolgov <[email protected]>2021-02-18 22:23:06 +0300
commitc088e9d9d8296fe154763da3b5297bf85c3cc3a1 (patch)
treea2dbb3d7eadc194b7d4c2c16b14ccde4d07712c1 /index.php
parent89fd9ec8c32863043e8a2385a6b2ef68fe984366 (diff)
get rid of a few more prototype-isms
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/index.php b/index.php
index 4a4d336ca..4494082dd 100644
--- a/index.php
+++ b/index.php
@@ -76,8 +76,7 @@
</script>
<?php
- foreach (array(#"lib/_prototype.js",
- "lib/dojo/dojo.js",
+ foreach (array("lib/dojo/dojo.js",
"lib/dojo/tt-rss-layer.js",
"js/tt-rss.js",
"js/common.js",