mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 17:00:04 +02:00
fixes button thing
This commit is contained in:
parent
bd68e9ddf3
commit
aa5fd916af
5 changed files with 9 additions and 1 deletions
|
@ -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...
|
||||||
|
|
1
build/bundle.min.16cb085d.js
Normal file
1
build/bundle.min.16cb085d.js
Normal file
File diff suppressed because one or more lines are too long
1
build/bundle.min.js
vendored
Normal file
1
build/bundle.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -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
|
||||||
|
|
|
@ -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...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue