removing neoclassic skin
This commit is contained in:
@@ -39,13 +39,13 @@ $(window).load(function () {
|
||||
//In case the form is in review
|
||||
if (filePost.indexOf('Supervisor') >= 0){
|
||||
action = 'cases_SaveDataSupervisor?UID=' + dyn_uid;
|
||||
url += '/sys' + workspace + '/en/neoclassic/cases/' + action;
|
||||
url += '/sys' + workspace + '/en/lurana/cases/' + action;
|
||||
} else if(filePost.indexOf('Email') >= 0){ //In case the form is sent as Email response
|
||||
action = filePost;
|
||||
url += '/sys' + workspace + '/en/neoclassic/services/' + action;
|
||||
url += '/sys' + workspace + '/en/lurana/services/' + action;
|
||||
} else { //In case the form is in web entry
|
||||
action = prj_uid + '/' + filePost;
|
||||
url += '/sys' + workspace + '/en/neoclassic/' + action;
|
||||
url += '/sys' + workspace + '/en/lurana/' + action;
|
||||
}
|
||||
method = 'POST';
|
||||
} else if (app_uid){ //In case the form is in running cases
|
||||
@@ -56,7 +56,7 @@ $(window).load(function () {
|
||||
}
|
||||
url = location.protocol + '//' + location.host;
|
||||
|
||||
url += '/sys' + workspace + '/en/neoclassic/cases/' + action;
|
||||
url += '/sys' + workspace + '/en/lurana/cases/' + action;
|
||||
method = 'POST';
|
||||
}
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user