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 84d03f9 commit 1dde24f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions script/engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,6 @@
.addClass('menu')
.appendTo('body');

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

if(typeof langs != 'undefined'){
var customSelect = $('<span>')
.addClass('customSelect')
Expand All @@ -139,6 +133,12 @@
});
}

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

// $('<span>')
// .addClass('appStore menuBtn')
// .text(_('get the app.'))
Expand Down

0 comments on commit 1dde24f

Please sign in to comment.