1
0
Fork 0

changed docs progress view delay

This commit is contained in:
Heiko Kernbach 2014-11-07 15:37:37 +01:00
parent 76e95227a0
commit 912a9d2026
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@
getDocuments: function (callback) { getDocuments: function (callback) {
// window.progressView.show("Fetching documents..."); // window.progressView.show("Fetching documents...");
window.progressView.showWithDelay(3000, "Fetching documents..."); window.progressView.showWithDelay(300, "Fetching documents...");
var self = this, var self = this,
query, query,
bindVars, bindVars,