Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lisso committed Dec 29, 2016
1 parent 2da6b97 commit 4b55da9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions script/engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,11 @@
.click(Engine.confirmDelete)
.appendTo(menu);

$('<span>')
.addClass('menuBtn')
.text(_('share.'))
.click(Engine.share)
.appendTo(menu);
// $('<span>')
// .addClass('menuBtn')
// .text(_('share.'))
// .click(Engine.share)
// .appendTo(menu);

$('<span>')
.addClass('menuBtn')
Expand All @@ -179,11 +179,11 @@
.appendTo(menu);
}

// $('<span>')
// .addClass('menuBtn')
// .text(_('github.'))
// .click(function() { window.open('https://github.com/doublespeakgames/adarkroom'); })
// .appendTo(menu);
$('<span>')
.addClass('menuBtn')
.text(_('github.'))
.click(function() { window.open('https://github.com/doublespeakgames/adarkroom'); })
.appendTo(menu);

// Register keypress handlers
$('body').off('keydown').keydown(Engine.keyDown);
Expand Down

0 comments on commit 4b55da9

Please sign in to comment.