mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:45:56 +00:00
WIP reshuffling of JS global context into separate logical objects
This commit is contained in:
@@ -18,7 +18,7 @@ class Toggle_Sidebar extends Plugin {
|
||||
function hook_main_toolbar_button() {
|
||||
?>
|
||||
|
||||
<button dojoType="dijit.form.Button" onclick="collapse_feedlist()">
|
||||
<button dojoType="dijit.form.Button" onclick="Feeds.collapseFeedlist()">
|
||||
<img src="plugins/toggle_sidebar/application_side_list.png"
|
||||
title="<?php echo __('Collapse feedlist') ?>">
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user