mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
Initialize state of checkboxes on page load, resolves #79
This commit is contained in:
parent
b94d2f2295
commit
4fa2f7cd22
@ -1370,6 +1370,8 @@ $(function() {
|
|||||||
this.stateNewPaste();
|
this.stateNewPaste();
|
||||||
this.showStatus('', false);
|
this.showStatus('', false);
|
||||||
this.message.text('');
|
this.message.text('');
|
||||||
|
this.changeBurnAfterReading();
|
||||||
|
this.changeOpenDisc();
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user