瀏覽代碼

Initialize state of checkboxes on page load, resolves #79

El RIDO 10 年之前
父節點
當前提交
4fa2f7cd22
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      js/privatebin.js

+ 2 - 0
js/privatebin.js

@@ -1370,6 +1370,8 @@ $(function() {
             this.stateNewPaste();
             this.showStatus('', false);
             this.message.text('');
+            this.changeBurnAfterReading();
+            this.changeOpenDisc();
         },
 
         /**