From 73aa27d886d662ba459a3d69ac551b9c43539885 Mon Sep 17 00:00:00 2001 From: Tim Nguyen Date: Tue, 21 Oct 2014 23:26:17 +0200 Subject: [PATCH] Removed useless code now that searchbox works live --- data/panel.js | 1 - 1 file changed, 1 deletion(-) diff --git a/data/panel.js b/data/panel.js index 603e32d..fb68830 100644 --- a/data/panel.js +++ b/data/panel.js @@ -76,7 +76,6 @@ PageRecorderPanel.prototype = { this.isStarted = false; this.toggleEl.removeAttribute("checked"); - this.searchBoxEl.removeAttribute("disabled"); this.mm.sendAsyncMessage("PageRecorder:Stop"); },