From 912a9d2026adc0dad52d10765151eca19b07af44 Mon Sep 17 00:00:00 2001 From: Heiko Kernbach Date: Fri, 7 Nov 2014 15:37:37 +0100 Subject: [PATCH] changed docs progress view delay --- .../system/aardvark/frontend/js/collections/arangoDocuments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/apps/system/aardvark/frontend/js/collections/arangoDocuments.js b/js/apps/system/aardvark/frontend/js/collections/arangoDocuments.js index 3c427e83e3..26881476b1 100644 --- a/js/apps/system/aardvark/frontend/js/collections/arangoDocuments.js +++ b/js/apps/system/aardvark/frontend/js/collections/arangoDocuments.js @@ -148,7 +148,7 @@ getDocuments: function (callback) { // window.progressView.show("Fetching documents..."); - window.progressView.showWithDelay(3000, "Fetching documents..."); + window.progressView.showWithDelay(300, "Fetching documents..."); var self = this, query, bindVars,