Fix pager loading on every page in application

This commit is contained in:
Dmitriy Zaporozhets 2013-01-10 17:38:37 +02:00
parent abc2bdc3aa
commit dd20da1bff
4 changed files with 4 additions and 24 deletions

View file

@ -1,7 +1,4 @@
$ ->
dashboardPage()
dashboardPage = ->
window.dashboardPage = ->
Pager.init 20, true
$(".event_filter_link").bind "click", (event) ->
event.preventDefault()