Skip to content

Commit

Permalink
Cannot load/execute scripts on 6.1.2 with dispatcher configured #34
Browse files Browse the repository at this point in the history
  • Loading branch information
markdaugherty committed Feb 9, 2016
1 parent 8f33acc commit 284176a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ var GroovyConsole = function () {
loadScript: function (scriptPath) {
GroovyConsole.reset();

$.get(CQ.shared.HTTP.getContextPath() + '/crx/server/crx.default/jcr%3aroot' + scriptPath + '/jcr%3Acontent/jcr:data').done(function (script) {
$.get(CQ.shared.HTTP.getContextPath() + scriptPath + '/jcr:content/jcr:data').done(function (script) {
GroovyConsole.localStorage.saveScriptName(scriptPath);
GroovyConsole.showSuccess('Script loaded successfully.');

Expand Down

0 comments on commit 284176a

Please sign in to comment.