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 class="editbarright menu_right">
|
||||
<% e.begin_block("timesliderEditbarRight"); %>
|
||||
<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>
|
||||
<% e.end_block(); %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue