mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Merge pull request #2126 from ether/fix/toolbar-timeslider-button
Toolbar: Fix timeslider button
This commit is contained in:
commit
31c45bc9b8
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ var padeditbar = (function()
|
|||
});
|
||||
|
||||
toolbar.registerCommand("showTimeSlider", function () {
|
||||
document.location = document.location + "/timeslider";
|
||||
document.location = document.location.pathname+ '/timeslider';
|
||||
});
|
||||
|
||||
toolbar.registerAceCommand("bold", aceAttributeCommand);
|
||||
|
|
Loading…
Reference in a new issue