mirror of
https://github.com/twisterarmy/twister-calm.git
synced 2025-01-13 16:37:52 +00:00
update
fixes
This commit is contained in:
parent
5854f51f3e
commit
a89178fe2e
@ -33,7 +33,7 @@
|
||||
<script>
|
||||
$(function(){setInterval("networkUpdate()", 2000); homeIntInit();})
|
||||
changeStyle();
|
||||
InitOptions;
|
||||
InitOptionsforHome();
|
||||
</script>
|
||||
|
||||
<link rel="icon" type="image/png" href="img/twister_mini.png" />
|
||||
|
@ -107,7 +107,6 @@ function setShowPreviewOpt(){
|
||||
$('#displayPreview').on('change', function(){
|
||||
localStorage['showPreviewOpt'] = $(this).val();
|
||||
})
|
||||
console.log('lala');
|
||||
}
|
||||
|
||||
function InitOptions() {
|
||||
@ -117,4 +116,7 @@ function InitOptions() {
|
||||
setLang();
|
||||
setTheme();
|
||||
setShowPreviewOpt();
|
||||
}
|
||||
function InitOptionsforHome() {
|
||||
setShowPreviewOpt();
|
||||
}
|
Loading…
Reference in New Issue
Block a user