Sfoglia il codice sorgente

Initialize state of checkboxes on page load, resolves #79

El RIDO 10 anni fa
parent
commit
4fa2f7cd22
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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();
         },
 
         /**