소스 검색

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

n1474335 8 년 전
부모
커밋
86fb03fe10
5개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 0
      build/prod/cyberchef.htm
  2. 0 0
      build/prod/index.html
  3. 0 0
      build/prod/scripts.js
  4. 1 0
      src/js/views/html/OperationsWaiter.js
  5. 3 3
      src/static/stats.txt

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
build/prod/cyberchef.htm


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
build/prod/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
build/prod/scripts.js


+ 1 - 0
src/js/views/html/OperationsWaiter.js

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

+ 3 - 3
src/static/stats.txt

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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.