Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
make it easier for the connect to local server to work; as we make su…
…re the query arguments go at the end of the URL to make sure the jolokia URI works :)
  • Loading branch information
jstrachan committed Apr 22, 2013
1 parent 542ec7f commit b121870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/app/core/js/preferences.ts
Expand Up @@ -34,7 +34,7 @@ module Core {

$scope.gotoServer = (url) => {
console.log("going to server: " + url);
window.open("?url=" + encodeURIComponent(url));
window.open("#/help/overview/?url=" + encodeURIComponent(url));
}
}
}

0 comments on commit b121870

Please sign in to comment.