sync
[web.mtrack] / MTrackWeb / templates / images / js / mtrack.js
index cf07e7c..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;
@@ -301,6 +301,7 @@ $(document).ready(function() {
   var last_dh = 0;
   var last_wh = 0;
   function mtrack_footer_position(force) {
+    return;
     var ele = $('#footer');
     if (!force &&
         (last_dh != $(document).height() || last_wh != $(window).height)) {
@@ -339,6 +340,7 @@ $(document).ready(function() {
     .scroll(mtrack_footer_position)
     .resize(mtrack_footer_position);
   function mtrack_footer_set_and_wait() {
+    return;
     mtrack_footer_position();
     setTimeout(function () {
       mtrack_footer_set_and_wait();