Skip to content

Commit

Permalink
Use relative path to open Orion Navigator.
Browse files Browse the repository at this point in the history
Fixes this command when running from within WAR.
Fixes #3701.
  • Loading branch information
jhpedemonte committed Jan 29, 2013
1 parent 6dcf209 commit 9d2b7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maqetta.core.client/WebContent/davinci/ui.plugin.js
Expand Up @@ -291,7 +291,7 @@ return {
{
id: "orionNavigator",
run: function() {
window.open("/navigate/table.html#", '_blank');
window.open("../navigate/table.html#", '_blank');
window.focus();
},
iconClass: "newOpenMenuItem orionIcon",
Expand Down

0 comments on commit 9d2b7ea

Please sign in to comment.