From f1d49e2e52ed971e50f7cfe37d70c38a46c5ff06 Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Mon, 24 Sep 2018 17:23:17 -0400 Subject: Bug 1491850 - restoreSavedBugComment takes a really long time (100ms) --- extensions/BugModal/web/bug_modal.js | 1 - 1 file changed, 1 deletion(-) diff --git a/extensions/BugModal/web/bug_modal.js b/extensions/BugModal/web/bug_modal.js index 55451d3bf..c15174c8b 100644 --- a/extensions/BugModal/web/bug_modal.js +++ b/extensions/BugModal/web/bug_modal.js @@ -1323,7 +1323,6 @@ $(function() { // finally switch to edit mode if we navigate back to a page that was editing $(window).on('pageshow', restoreEditMode); $(window).on('pageshow', restoreSavedBugComment); - $(window).on('focus', restoreSavedBugComment); restoreEditMode(); restoreSavedBugComment(); }); -- cgit v1.2.3-24-g4f1b