فهرست منبع

added hidden test link to run checkboxes in TableAjax

Piotr Labudda 8 سال پیش
والد
کامیت
c8e8b9b268
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  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) {