sync
[web.mtrack] / MTrackWeb / templates / images / js / mtrack.project.js
index 728552a..ec929ce 100644 (file)
@@ -107,7 +107,7 @@ MTrack.register('.mtrack-perm', 'click', function(event) {
     //console.log($(this).attr('name'));
     var nar = $(this).attr('name').split('_');
     jQuery.ajax({
-        url:  baseURL+'/core_project',
+        url:  baseURL+'/Project',
         type : 'POST',
         data: {
             action : 'perm',
@@ -132,7 +132,7 @@ MTrack.Project = {
         
         var nar = $(e).attr('name').split('_');
         jQuery.ajax({
-            url:  baseURL+'/core_project',
+            url:  baseURL+'/Project',
             type : 'POST',
             data: {
                 action : 'role',