mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
use new seeddms_webroot
This commit is contained in:
parent
4eb3b5ed4d
commit
58589bde70
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user