Skip to content

Commit

Permalink
Fixed wrong url in query box
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Aug 18, 2020
1 parent aae41f4 commit 9151985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/IHP/static/ihp-schemadesigner.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function initQueryAce() {
maxLines: 1
});
editor.commands.bindKey("Enter|Shift-Enter", function() {
window.location = "/ihp/ShowQuery?query=" + editor.getValue();
window.location = "/ShowQuery?query=" + editor.getValue();
});
}
initAce();
Expand Down

0 comments on commit 9151985

Please sign in to comment.