Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-07 16:36:01 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-07 16:36:01 +0400
commit8d8c161a7f1daa92a58194765816b75449769fb1 (patch)
treeab35ed744ef1d7c122bd1f2afaad4613da4f7dec /app/views/dashboard/index.html.haml
parent6c777ff8237e6c0f8628a2997848cd868974560c (diff)
Speedup dashboard via loading events with ajax
Diffstat (limited to 'app/views/dashboard/index.html.haml')
-rw-r--r--app/views/dashboard/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/index.html.haml b/app/views/dashboard/index.html.haml
index b64aa86cf73..d1422bda617 100644
--- a/app/views/dashboard/index.html.haml
+++ b/app/views/dashboard/index.html.haml
@@ -8,4 +8,4 @@
- else
= render "zero_authorized_projects"
:javascript
- $(function(){ Pager.init(20); });
+ $(function(){ Pager.init(20, true); });