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

pull/4141/head
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
1 changed files with 3 additions and 3 deletions

View File

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