|
|
|
@ -107,7 +107,6 @@ function setShowPreviewOpt(){
@@ -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() {
@@ -117,4 +116,7 @@ function InitOptions() {
|
|
|
|
|
setLang(); |
|
|
|
|
setTheme(); |
|
|
|
|
setShowPreviewOpt(); |
|
|
|
|
} |
|
|
|
|
function InitOptionsforHome() { |
|
|
|
|
setShowPreviewOpt(); |
|
|
|
|
} |