mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 02:16:16 -04:00
pluginfw: Move Timeslider eejs block to correct location (#4139)
This commit is contained in:
parent
0e2749831a
commit
168737b6d8
1 changed files with 3 additions and 3 deletions
|
@ -74,11 +74,11 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="editbarright menu_right">
|
<div class="editbarright menu_right">
|
||||||
<% e.begin_block("timesliderEditbarRight"); %>
|
|
||||||
<ul>
|
<ul>
|
||||||
|
<% e.begin_block("timesliderEditbarRight"); %>
|
||||||
<%- toolbar.menu(settings.toolbar.timeslider, true, 'timeslider-right', 'timeslider') %>
|
<%- toolbar.menu(settings.toolbar.timeslider, true, 'timeslider-right', 'timeslider') %>
|
||||||
</ul>
|
|
||||||
<% e.end_block(); %>
|
<% e.end_block(); %>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue