Merge pull request #2126 from ether/fix/toolbar-timeslider-button

Toolbar: Fix timeslider button
This commit is contained in:
John McLear 2014-03-31 19:51:03 +01:00
commit 31c45bc9b8
1 changed files with 1 additions and 1 deletions

View File

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