Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network_webui/templates/toolbar.html
diff options
context:
space:
mode:
Diffstat (limited to 'sugar_network_webui/templates/toolbar.html')
-rw-r--r--sugar_network_webui/templates/toolbar.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/sugar_network_webui/templates/toolbar.html b/sugar_network_webui/templates/toolbar.html
index eae5fa8..0e3bf10 100644
--- a/sugar_network_webui/templates/toolbar.html
+++ b/sugar_network_webui/templates/toolbar.html
@@ -89,6 +89,12 @@
<img class="toolbar-icon" src="/static/icons/list-add.png" />
</div>
</li-->
+ <!-- TODO: useful until properly updating cursor on events -->
+ <li class="toolbar-items" onclick="location.href='/reload'+location.pathname;">
+ <div class="toolbar-button has_tooltip" title="{{_('reload')}}">
+ <img class="toolbar-icon" src="/static/icons/reload.png" />
+ </div>
+ </li>
<li class="toolbar-items" onclick="location='/project/new?returnto=' + location.href">
<div class="toolbar-button has_tooltip" title="{{_('create new context')}}">
<img class="toolbar-icon" src="/static/icons/go-up.png" />
@@ -99,11 +105,5 @@
<img class="toolbar-icon" src="/static/icons/activity-about.png" />
</div>
</li>
-
- <!--li class="toolbar-items" onclick="location.href='/reload'+location.pathname;">
- <div class="toolbar-button has_tooltip" title="{{_('reload')}}">
- <img class="toolbar-icon" src="/static/icons/reload.png" />
- </div>
- </li-->
</ul>
</div>