Sfoglia il codice sorgente

increased timeout in TableAjax search

Piotr Labudda 8 anni fa
parent
commit
69e0ae5cb4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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')) {