Use loading_link class instead of default loading on links

loading class conflicts with some of our CSS entries
This commit is contained in:
Piotr Sarnacki 2013-10-24 17:52:39 +02:00
parent 15dc5ff921
commit 6a9510413d

View File

@ -131,6 +131,9 @@ Travis.Router.reopen
if Travis.config.ga_code
_gaq.push ['_trackPageview', location.pathname]
Ember.LinkView.reopen
loadingClass: 'loading_link'
require 'ext/i18n'
require 'travis/ajax'
require 'travis/adapter'