|
@@ -51,9 +51,11 @@ $(function() {
|
|
|
doc.addClass("normal");
|
|
|
}
|
|
|
});
|
|
|
+ if(preview){
|
|
|
+ $('input[name="preview"]').prop('checked', true).change();
|
|
|
+ }
|
|
|
|
|
|
$('[name="debug"]').change(function() {
|
|
|
-
|
|
|
if($(this).is(":checked")) {
|
|
|
doc.addClass("debug");
|
|
|
} else {
|
|
@@ -69,7 +71,7 @@ $(function() {
|
|
|
}
|
|
|
});
|
|
|
if(spread){
|
|
|
- $('[name="spread"]').prop('checked', true).change();
|
|
|
+ $('[name="spread"]').prop('checked', true).change();
|
|
|
}
|
|
|
|
|
|
|