فهرست منبع

increased timeout in TableAjax search

Piotr Labudda 8 سال پیش
والد
کامیت
69e0ae5cb4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      SE/se-lib/TableAjax.php

+ 1 - 1
SE/se-lib/TableAjax.php

@@ -2349,7 +2349,7 @@ class TableAjax extends ViewAjax {
 			var filter = this.value
 				, fltr = $(this)
 				, col = _data.cols[e.data.column]
-				, timeout = 300;
+				, timeout = 450;
 
 			if (this.value) {
 				if (!fltr.hasClass('filter-active')) {