pluginfw: Move Timeslider eejs block to correct location (#4139)

This commit is contained in:
John McLear 2020-06-27 09:52:53 +01:00 committed by GitHub
parent 0e2749831a
commit 168737b6d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>