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('docKeydown', function() { });
eventBaton.stealBaton('docKeyup', 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 * I am disabling this for now, it works on desktop but is
hacky on iOS mobile and god knows the behavior on android... hacky on iOS mobile and god knows the behavior on android...
@ -18598,6 +18600,8 @@ var init = function() {
eventBaton.stealBaton('docKeydown', function() { }); eventBaton.stealBaton('docKeydown', function() { });
eventBaton.stealBaton('docKeyup', 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 * I am disabling this for now, it works on desktop but is
hacky on iOS mobile and god knows the behavior on android... 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

View file

@ -409,7 +409,7 @@
For a much easier time perusing the source, see the individual files at: For a much easier time perusing the source, see the individual files at:
https://github.com/pcottle/learnGitBranching https://github.com/pcottle/learnGitBranching
--> -->
<script src="build/bundle.js"></script> <script src="build/bundle.min.16cb085d.js"></script>
<!-- The advantage of github pages: super-easy, simple, slick static hostic. <!-- The advantage of github pages: super-easy, simple, slick static hostic.
The downside? No raw logs to parse for analytics, so I have to include The downside? No raw logs to parse for analytics, so I have to include

View file

@ -71,6 +71,8 @@ var init = function() {
eventBaton.stealBaton('docKeydown', function() { }); eventBaton.stealBaton('docKeydown', function() { });
eventBaton.stealBaton('docKeyup', 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 * I am disabling this for now, it works on desktop but is
hacky on iOS mobile and god knows the behavior on android... hacky on iOS mobile and god knows the behavior on android...