mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 17:27:22 +02:00
Fixes Issue #8
This commit is contained in:
parent
e89c68d78e
commit
9c7e5707f0
7 changed files with 9 additions and 6 deletions
|
@ -71,7 +71,7 @@ var init = function() {
|
|||
eventBaton.stealBaton('docKeydown', function() { });
|
||||
eventBaton.stealBaton('docKeyup', function() { });
|
||||
|
||||
$('body').delegate('div.close', 'click', function() { alert('these dont actually work sorry lol.'); });
|
||||
//$('body').delegate('div.close', 'click', function() { alert('these dont actually work sorry lol.'); });
|
||||
|
||||
/**
|
||||
* I am disabling this for now, it works on desktop but is
|
||||
|
|
|
@ -335,6 +335,7 @@ var LevelBuilder = Level.extend({
|
|||
'hide start': this.hideStart,
|
||||
'finish': this.finish,
|
||||
'define hint': this.defineHint,
|
||||
'define name': this.defineName,
|
||||
'edit dialog': this.editDialog,
|
||||
'help builder': LevelBuilder.__super__.startDialog
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue