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 () {
|
toolbar.registerCommand("showTimeSlider", function () {
|
||||||
document.location = document.location + "/timeslider";
|
document.location = document.location.pathname+ '/timeslider';
|
||||||
});
|
});
|
||||||
|
|
||||||
toolbar.registerAceCommand("bold", aceAttributeCommand);
|
toolbar.registerAceCommand("bold", aceAttributeCommand);
|
||||||
|
|
Loading…
Reference in a new issue