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

@ -6509,6 +6509,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...
@ -18598,6 +18600,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...

File diff suppressed because one or more lines are too long

1
build/bundle.min.js vendored Normal file

File diff suppressed because one or more lines are too long