Skip to content

Commit

Permalink
smoothing the loading of javasscript
Browse files Browse the repository at this point in the history
  • Loading branch information
ishmael committed Jun 25, 2010
1 parent abae91d commit 5f4e40d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions public/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// var curEvent = YAHOO.util.Dom.get('logoutbutton').onclick;
//var oLinkLogoutButton = new YAHOO.widget.Button("logoutbutton", { onclick : { fn: curEvent } });
var oLinkLogoutButton = new YAHOO.widget.Button("logoutbutton");
oLinkLogoutButton.setStyle( 'visibility', 'visible');
oLinkLogoutButton.setStyle( 'visibility', 'visible');
});

Event.onAvailable("new_movement", function () {
Expand Down Expand Up @@ -317,8 +317,7 @@
});

Event.onContentReady("calendarpicker-button", function () {

YAHOO.util.Dom.setStyle('new_movement', 'visibility', 'visible');
YAHOO.util.Dom.setStyle('new_movement', 'visibility', 'visible');
});

var onCheckedButtonChange = function (p_oEvent) {
Expand All @@ -334,11 +333,6 @@
};


Event.onContentReady("quickmov_category_container", function () {



});
});
}());

Expand Down

0 comments on commit 5f4e40d

Please sign in to comment.