summaryrefslogtreecommitdiff
path: root/include/feedbrowser.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-02 10:33:58 +0300
committerAndrew Dolgov <[email protected]>2018-12-02 10:33:58 +0300
commit874560db547f718b82d77657dc019d840c30e0ed (patch)
tree6ca8764aa601c94303a402d370297c5a25b4897e /include/feedbrowser.php
parent2f85b50e3607b2b159989c493ac8f8c46a389559 (diff)
remove obsolete row selection functions
move getUrlParam() to Utils
Diffstat (limited to 'include/feedbrowser.php')
-rw-r--r--include/feedbrowser.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/feedbrowser.php b/include/feedbrowser.php
index a0b1b6e8f..4f37241ea 100644
--- a/include/feedbrowser.php
+++ b/include/feedbrowser.php
@@ -53,7 +53,7 @@
$site_url = htmlspecialchars($line["site_url"]);
$subscribers = $line["subscribers"];
- $check_box = "<input onclick='ListUtils.onChecked(this)'
+ $check_box = "<input onclick='Lists.onRowChecked(this)'
dojoType=\"dijit.form.CheckBox\"
type=\"checkbox\" \">";
@@ -73,7 +73,7 @@
$feed_url = htmlspecialchars($line["feed_url"]);
$site_url = htmlspecialchars($line["site_url"]);
- $check_box = "<input onclick='ListUtils.onChecked(this)' dojoType=\"dijit.form.CheckBox\"
+ $check_box = "<input onclick='Lists.onRowChecked(this)' dojoType=\"dijit.form.CheckBox\"
type=\"checkbox\">";
if ($line['articles_archived'] > 0) {