diff -r 82b232c8f305 -r 8d2376eb825c web/static/res/js/inchidebar.js --- a/web/static/res/js/inchidebar.js Thu Feb 07 15:06:40 2013 +0100 +++ b/web/static/res/js/inchidebar.js Fri Feb 08 17:07:34 2013 +0100 @@ -10,7 +10,7 @@ // Bar this.goUp = true; $("#controlbar").stop(true); - $("#controlbar").animate({bottom: 0}, 500, function() {incHideBar.goUp = false;}) + $("#controlbar").animate({bottom: 0}, 500, function() {incHideBar.goUp = false;}); if (!incPlayer.ipad) { // Pointer @@ -84,7 +84,7 @@ incHideBar.showBarPointerOnAction(4000); }; } - } -} + }; +}; var incHideBar = new incManageHideBar(); \ No newline at end of file