Explorar o código

added hidden test link to run checkboxes in TableAjax

Piotr Labudda %!s(int64=8) %!d(string=hai) anos
pai
achega
c8e8b9b268
Modificáronse 1 ficheiros con 5 adicións e 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) {