소스 검색

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();
         },
 
         /**