mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-28 10:57:11 +00:00
remove obsolete row selection functions
move getUrlParam() to Utils
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -1244,7 +1244,7 @@
|
||||
"g t" => "goto_tagcloud",
|
||||
"g *p" => "goto_prefs",
|
||||
// "other" => array(
|
||||
"(9)|Tab" => "select_article_cursor", // tab
|
||||
"r" => "select_article_cursor",
|
||||
"c l" => "create_label",
|
||||
"c f" => "create_filter",
|
||||
"c s" => "collapse_sidebar",
|
||||
|
||||
Reference in New Issue
Block a user