Browse Source

Merge pull request #10 from twisterarmy/theme-nin-by-default

set nin theme by default
pull/32/head twisterarmy-1.0
D4708 3 years ago committed by GitHub
parent
commit
04eeb07b3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      js/options.js

2
js/options.js

@ -18,7 +18,7 @@ function twisterOptions() { @@ -18,7 +18,7 @@ function twisterOptions() {
});
this.add({
name: 'theme',
valDefault: 'original',
valDefault: 'nin',
tickMethod: function () {location.reload();},
tickNotOnInit: 1
});

Loading…
Cancel
Save