Skip to content

Commit

Permalink
removed some debug alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Willoughby committed May 21, 2010
1 parent cea5419 commit a7c71e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions js/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,9 @@ var changeView = function (e) {

$("spacer").style.display = "block";
window.location = "#" + menuId;
alert(1);
$(viewId).style.display = "block";
alert(2);
emile(viewId, 'height:400px', {duration: 800});
alert(3);
setTimeout('$("spacer").style.display = "none";', 800);
alert(4);
current_menu = menuId;
current_view = viewId;
} catch (ex) { debug.log(ex.name + ": " + ex.message) }
Expand Down

0 comments on commit a7c71e3

Please sign in to comment.