Ver Fonte

TableAjax hide popover on click link to route HIST

Piotr Labudda há 10 anos atrás
pai
commit
013cd73fc6
1 ficheiros alterados com 7 adições e 0 exclusões
  1. 7 0
      SE/se-lib/TableAjax.php

+ 7 - 0
SE/se-lib/TableAjax.php

@@ -3186,6 +3186,13 @@ jQuery(document).ready(function(){
 			//console.log('task(' + task + ') parts:');
 			//console.log(parts);
 			if (task in routes && typeof routes[task] == 'function') {
+				var con = jQuery('#<?php echo $this->_htmlID; ?>');
+				if (con) {
+					var tblAjax = con.data('TableAjax');
+					if (tblAjax) {
+						tblAjax.popoverCellRemove();
+					}
+				}
 				routes[task](parts);
 			} else {
 				return false;