diff --git a/tracks/app/views/layouts/standard.rhtml b/tracks/app/views/layouts/standard.rhtml
index 3f7a913f..d0f0e14e 100644
--- a/tracks/app/views/layouts/standard.rhtml
+++ b/tracks/app/views/layouts/standard.rhtml
@@ -32,7 +32,7 @@ window.onload=function(){
<% if @count %>
<%= @count %>
<% end %>
- <%= user_time.strftime(@prefs.title_date_format) %> <%= image_tag("spinner.gif", :size => "16X16", :border => 0, :id => 'busy', :style => 'display:none' ) %>
+ <%= user_time.strftime(@prefs.title_date_format) %>
diff --git a/tracks/app/views/projects/update_status.rjs b/tracks/app/views/projects/update_status.rjs
index 39100e58..28e04a1f 100644
--- a/tracks/app/views/projects/update_status.rjs
+++ b/tracks/app/views/projects/update_status.rjs
@@ -8,4 +8,3 @@ page.select('#project_status .completed span').each do |element|
element.className = @project.current_state == :completed ? 'active_state' : 'inactive_state'
end
page.notify :notice, "Set project status to #{@project.current_state}", 5.0
-page.hide 'busy'
diff --git a/tracks/public/javascripts/tracks_644.js b/tracks/public/javascripts/tracks_668.js
similarity index 99%
rename from tracks/public/javascripts/tracks_644.js
rename to tracks/public/javascripts/tracks_668.js
index 15ea7d69..a6b07e21 100644
--- a/tracks/public/javascripts/tracks_644.js
+++ b/tracks/public/javascripts/tracks_668.js
@@ -369,9 +369,7 @@ this.editField=this.cached_selectTag;if(this.options.loadTextURL)this.loadExtern
var TracksForm={toggle:function(toggleDivId,formContainerId,formId,hideLinkText,hideLinkTitle,showLinkText,showLinkTitle){$(formContainerId).toggle();toggleDiv=$(toggleDivId);toggleLink=toggleDiv.down('a');if(toggleDiv.hasClassName('hide_form')){toggleLink.update(showLinkText).setAttribute('title',showLinkTitle);}
else{toggleLink.update(hideLinkText).setAttribute('title',hideLinkTitle);Form.focusFirstElement(formId);}
toggleDiv.toggleClassName('hide_form');}}
-Ajax.Responders.register({onCreate:function(){if($('busy')&&Ajax.activeRequestCount>0)
-Effect.Appear('busy',{duration:0.5,queue:'end'});},onComplete:function(){if($('busy')&&Ajax.activeRequestCount==0)
-Element.hide('busy');}});Event.observe(window,'load',function(){$A(document.getElementsByClassName('alert')).each(function(o){o.opacity=100.0
+Event.observe(window,'load',function(){$A(document.getElementsByClassName('alert')).each(function(o){o.opacity=100.0
Effect.Fade(o,{duration:8.0})});});CookieManager=Class.create();CookieManager.prototype={BROWSER_IS_IE:(document.all&&window.ActiveXObject&&navigator.userAgent.toLowerCase().indexOf("msie")>-1&&navigator.userAgent.toLowerCase().indexOf("opera")==-1),BROWSER_IS_OPERA:(navigator.userAgent.toLowerCase().indexOf("opera")!=-1),initialize:function(options)
{this.options=Object.extend({shelfLife:365,userData:false},options||{});this.cookieShelfLife=this.options.shelfLife;this.userDataForIE=this.options.userData;if(this.BROWSER_IS_IE&&this.userDataForIE)
{this.IE_CACHE_NAME="storage";if($(this.IE_CACHE_NAME)==null)