Explorar o código

increased timeout in TableAjax search

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