Merge pull request #2126 from ether/fix/toolbar-timeslider-button
Toolbar: Fix timeslider buttonfix/group-export
commit
31c45bc9b8
|
@ -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 New Issue