From 58589bde70e27d7588b7a548f1df88d81a24ba39 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 17 May 2017 09:22:37 +0200 Subject: [PATCH] use new seeddms_webroot --- styles/bootstrap/application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/bootstrap/application.js b/styles/bootstrap/application.js index 97fe008fe..4b3389c60 100644 --- a/styles/bootstrap/application.js +++ b/styles/bootstrap/application.js @@ -366,7 +366,7 @@ $(document).ready( function() { var action = element.data('action'); var query = element.data('query'); if(view && action) { - url = "out."+view+".php?action="+action; + url = seeddms_webroot+"out/out."+view+".php?action="+action; if(query) { url += "&"+query; }