From 31f05cc9a4231295c7438e92155df0c29978e33c Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Wed, 27 Jul 2011 05:54:07 -0400 Subject: [PATCH] - Call ksearch_destroy() on ksearch_hide() --- program/js/app.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/program/js/app.js b/program/js/app.js index b424f00..e0ca791 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -3730,7 +3730,9 @@ if (this.ksearch_pane) this.ksearch_pane.hide(); - }; + + this.ksearch_destroy(); + }; // Aborts pending autocomplete requests this.ksearch_destroy = function() -- Gitblit v1.9.1