fixes button thing

This commit is contained in:
Peter Cottle 2013-02-16 16:24:30 -08:00
parent bd68e9ddf3
commit aa5fd916af
5 changed files with 9 additions and 1 deletions

View file

@ -71,6 +71,8 @@ var init = function() {
eventBaton.stealBaton('docKeydown', function() { });
eventBaton.stealBaton('docKeyup', function() { });
$('body').delegate('div.close', 'click', function() { alert('these dont actually work sorry lol. Skeumorphic design ftw'); });
/**
* I am disabling this for now, it works on desktop but is
hacky on iOS mobile and god knows the behavior on android...