mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 07:41:29 +00:00
fix preference tree elements not being properly clickable in Firefox
This commit is contained in:
@@ -435,6 +435,15 @@
|
||||
<script type=\"dojo/method\" event=\"onLoad\" args=\"item\">
|
||||
Element.hide(\"filterlistLoading\");
|
||||
</script>
|
||||
<script type=\"dojo/method\" event=\"onClick\" args=\"item\">
|
||||
var id = String(item.id);
|
||||
var bare_id = id.substr(id.indexOf(':')+1);
|
||||
|
||||
if (id.match('FILTER:')) {
|
||||
editFilter(bare_id);
|
||||
}
|
||||
</script>
|
||||
|
||||
</div>";
|
||||
|
||||
print "</div>"; #pane
|
||||
|
||||
Reference in New Issue
Block a user