Optimize initial requests

This commit is contained in:
Ruud
2013-04-30 22:28:15 +02:00
parent 067d6e8514
commit 2f5cb81029
5 changed files with 27 additions and 31 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ Page.Wanted = new Class({
$(self.wanted).inject(self.el);
// Check if search is in progress
self.startProgressInterval();
self.startProgressInterval.delay(4000, self);
}
},