travis-web/app
Curtis Ekstrom c118153f2f Remove click handler overriding default link behavior
An [issue](https://github.com/travis-ci/travis-ci/issues/5181) was reported in
which the repository sidebar links were not functioning properly. I've
tracked it down to the fact that a click handler was registered and
automatically performing a redirect to the repo route.

This breaks CMD+Click behavior (as the click handler was still
called and navigating when the user did not expect it, as well as
navigated to a link that the user did not intend to visit.

This commit simply removes that click handler. I checked the previous
coffee version of the file to gain more context on why it was initially
added, but unfortunately, it was simply added when the original
component was created, so I'm not sure what its use was.
2016-02-15 23:40:09 +01:00
..
adapters Update Ember Data to 2.3.0 2016-01-14 11:54:47 +01:00
components Remove click handler overriding default link behavior 2016-02-15 23:40:09 +01:00
controllers Fix job times updating on build view 2016-02-02 11:45:59 +01:00
helpers Fix jshint errors after conversion to JS 2016-01-04 13:15:15 +01:00
initializers Remove initializer deprecation warnings 2016-01-31 12:30:27 +01:00
instance-initializers Convert project to JavaScript 2016-01-04 13:15:14 +01:00
mixins [deprecations] Don't use before observer 2016-01-07 13:15:59 +01:00
models Strengthen the dependencies on canCancel in build 2016-02-11 13:54:07 +01:00
routes add twitter handle for laura in team page 2016-02-09 10:53:21 +01:00
serializers Fix tests 2016-01-14 13:14:45 +01:00
services Update time also for finished builds, but only every minute 2016-01-25 17:55:48 +01:00
styles fix layout issue on repos for not signed in users 2016-02-15 16:45:40 +01:00
templates fix layout issue on repos for not signed in users 2016-02-15 16:45:40 +01:00
transforms Convert project to JavaScript 2016-01-04 13:15:14 +01:00
utils update according to comments 2016-02-02 15:22:03 +01:00
app.js Update Ember.js to 2.2.0 2016-01-14 11:54:26 +01:00
index.html revamp settings button to more options 2016-02-11 15:12:04 +01:00
router.js Remove resource router deprecations 2016-02-01 16:29:12 +01:00