mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01: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>
|
||||||
<%- toolbar.menu(settings.toolbar.timeslider, true, 'timeslider-right', 'timeslider') %>
|
<% e.begin_block("timesliderEditbarRight"); %>
|
||||||
|
<%- toolbar.menu(settings.toolbar.timeslider, true, 'timeslider-right', 'timeslider') %>
|
||||||
|
<% e.end_block(); %>
|
||||||
</ul>
|
</ul>
|
||||||
<% e.end_block(); %>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue