set nin theme by default

This commit is contained in:
D4708 2021-05-01 22:10:43 +03:00
parent 6f6bac4a22
commit fbc53ef1a6

View File

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