sync
[web.mtrack] / MTrackWeb / templates / images / js / mtrack.js
index 7c32f91..0ec4f41 100644 (file)
@@ -123,7 +123,7 @@ $(document).ready(function() {
     $('#banner select').change( function(e) {
         // ajax change project, and refresh body..
         jQuery.ajax({
-            url : baseURL + '/Project.html',
+            url : baseURL + '/core_project.html',
             data : { active_project_id : this.value },
             success : function() {
                 // what if it's false..currentURL = false;