Parcourir la source

Initialize state of checkboxes on page load, resolves #79

El RIDO il y a 10 ans
Parent
commit
4fa2f7cd22
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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();
         },
 
         /**