BUGFIX #37: Description popovers for search results now get removed when the list is modified.

This commit is contained in:
n1474335 2016-12-06 18:10:35 +00:00
parent e4d30861d5
commit 86fb03fe10
5 changed files with 9 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -71,6 +71,7 @@ OperationsWaiter.prototype.search_operations = function(e) {
str = el.value; str = el.value;
while (search_results_el.firstChild) { while (search_results_el.firstChild) {
$(search_results_el.firstChild).popover("destroy");
search_results_el.removeChild(search_results_el.firstChild); search_results_el.removeChild(search_results_el.firstChild);
} }

View File

@ -1,9 +1,9 @@
203 source files 203 source files
104221 lines 104222 lines
4.0M size 4.0M size
136 JavaScript source files 136 JavaScript source files
95131 lines 95132 lines
3.4M size 3.4M size
78 third party JavaScript source files 78 third party JavaScript source files
@ -11,7 +11,7 @@
2.7M size 2.7M size
58 first party JavaScript source files 58 first party JavaScript source files
18754 lines 18755 lines
724K size 724K size
3.1M uncompressed JavaScript size 3.1M uncompressed JavaScript size