Skip to content

Commit

Permalink
Settings oops v2
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Mar 23, 2015
1 parent d8600f2 commit fa7bfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/MainMenu.js
Expand Up @@ -323,7 +323,7 @@ module.exports = function(nymph) {
changePass.addEventListener("keydown", function(e){
if (e.keyCode == 13) changeFunc();
});
exports.domDiv(div, [8, 8, changePass], [162, 8, changeBtn],
px.domDiv(div, [8, 8, changePass], [162, 8, changeBtn],
[8, 53, enableSound], [135, 53, enableMusic], [260, 53, preloadart],
[8, 88, hideRightpane], [135, 88, printstats], [260, 88, hideCostIcon],
[8, 123, disableTut],
Expand Down

0 comments on commit fa7bfef

Please sign in to comment.