浏览代码

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')) {