Explorar el Código

added hidden test link to run checkboxes in TableAjax

Piotr Labudda hace 8 años
padre
commit
c8e8b9b268
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      SE/se-lib/TableAjax.php.TableAjax.js

+ 5 - 0
SE/se-lib/TableAjax.php.TableAjax.js

@@ -1075,6 +1075,11 @@ var TableAjax = function() {
 					_uiNodeSelectedInfo
 				);
 			}
+		} else {
+			console.log('DBG', _uiNodeSelectedInfo);
+			if (_uiNodeSelectedInfo) {
+				jQuery('<a href="'+window.location.href+'&TEST_CHECKBOX=1'+'">.</a>').appendTo(_uiNodeSelectedInfo);
+			}
 		}
 
 		if (location.hash) {