mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 09:20:03 +02:00
fixes button thing
This commit is contained in:
parent
bd68e9ddf3
commit
aa5fd916af
5 changed files with 9 additions and 1 deletions
|
@ -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...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue