Files
discourse/app/assets/javascripts/admin/routes/admin_dashboard_route.js.coffee
2013-02-19 15:20:49 -05:00

7 lines
234 B
CoffeeScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Discourse.AdminDashboardRoute = Discourse.Route.extend
setupController: (c) ->
Discourse.VersionCheck.find().then (vc) ->
# Loading finished!
c.set('versionCheck', vc)
c.set('loading', false)