mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
Fix timeslider export dropdown
This commit is contained in:
parent
54bf17bfea
commit
867e40533a
2 changed files with 5 additions and 3 deletions
|
@ -80,7 +80,7 @@
|
|||
<div class="editbarright toolbar" id="editbar">
|
||||
<% e.begin_block("timesliderEditbarRight"); %>
|
||||
<ul>
|
||||
<li onClick="window.padeditbar.toolbarClick('import_export');return false;">
|
||||
<li onClick="window.padeditbar.triggerCommand('import_export');return false;">
|
||||
<a id="exportlink" data-l10n-id="timeslider.toolbar.exportlink.title">
|
||||
<div class="buttonicon buttonicon-import_export"></div>
|
||||
</a>
|
||||
|
@ -241,6 +241,8 @@
|
|||
/* TODO: These globals shouldn't exist. */
|
||||
padeditbar = require('ep_etherpad-lite/static/js/pad_editbar').padeditbar;
|
||||
padimpexp = require('ep_etherpad-lite/static/js/pad_impexp').padimpexp;
|
||||
|
||||
padeditbar.init()
|
||||
});
|
||||
})();
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue