conversion tweaks

This commit is contained in:
Continuities
2015-11-09 18:36:55 -05:00
parent 3849f7871f
commit fba203cea1
5 changed files with 23 additions and 10 deletions
+6 -6
View File
@@ -133,6 +133,12 @@
});
}
$('<span>')
.addClass('appStore menuBtn')
.text(_('app store.'))
.click(function() { window.open('https://itunes.apple.com/app/apple-store/id736683061?pt=2073437&ct=adrproper&mt=8'); })
.appendTo(menu);
$('<span>')
.addClass('lightsOff menuBtn')
.text(_('lights off.'))
@@ -173,12 +179,6 @@
.appendTo(menu);
}
$('<span>')
.addClass('menuBtn')
.text(_('app store.'))
.click(function() { window.open('https://itunes.apple.com/us/app/a-dark-room/id736683061'); })
.appendTo(menu);
$('<span>')
.addClass('menuBtn')
.text(_('github.'))