From 4fa2f7cd22e71804716a992294831cbf2298e3db Mon Sep 17 00:00:00 2001 From: El RIDO Date: Mon, 15 Aug 2016 14:25:52 +0200 Subject: [PATCH] Initialize state of checkboxes on page load, resolves #79 --- js/privatebin.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/privatebin.js b/js/privatebin.js index 4344efca..20f34128 100644 --- a/js/privatebin.js +++ b/js/privatebin.js @@ -1370,6 +1370,8 @@ $(function() { this.stateNewPaste(); this.showStatus('', false); this.message.text(''); + this.changeBurnAfterReading(); + this.changeOpenDisc(); }, /**