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

set nin theme by default
This commit is contained in:
D4708 2021-05-02 15:05:30 +03:00 committed by GitHub
commit 04eeb07b3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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