Browse Source

added hidden test link to run checkboxes in TableAjax

Piotr Labudda 8 years ago
parent
commit
c8e8b9b268
1 changed files with 5 additions and 0 deletions
  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) {