travis-web/app/components
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
..
.gitkeep Add ember-cli version of the Ember.js app 2015-02-03 09:48:22 +01:00
add-env-var.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
add-ssh-key.js Add missing semicolon 2016-01-14 11:28:25 +01:00
branch-row.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
broadcast-tower.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
build-header.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
build-repo-actions.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
build-tile.js show build number on hover in branch tiles 2016-01-12 13:10:15 +01:00
build-wrapper.js [deprecations] Remove all of the views from the app 2016-01-12 16:55:22 +01:00
builds-item.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
builds-wrapper.js [deprecations] Remove all of the views from the app 2016-01-12 16:55:22 +01:00
caches-item.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
dashboard-row.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
env-var.js [deprecations] Don't use second argument in a property 2016-01-07 11:18:05 +01:00
eye-icon.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
flash-display.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
flash-item.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
hook-switch.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
hooks-list-item.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
job-log.js Fix logs displaying when a restart happens 2016-02-11 13:43:59 +01:00
job-repo-actions.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
job-wrapper.js [deprecations] Remove all of the views from the app 2016-01-12 16:55:22 +01:00
jobs-item.js Fix jshint errors after conversion to JS 2016-01-04 13:15:15 +01:00
jobs-list.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
landing-row.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
limit-concurrent-builds.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
loading-indicator.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
log-content.js Schedule inserting elements afterRender 2016-01-29 14:31:16 +01:00
no-builds.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
no-repos.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
not-active.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
org-item.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
orgs-filter.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
owner-repo-tile.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
owner-sync-button.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
popup-click-handler.js [deprecations] Remove all of the views from the app 2016-01-12 16:55:22 +01:00
profile-accounts-wrapper.js [deprecations] Remove all of the views from the app 2016-01-12 16:55:22 +01:00
queued-jobs.js Update time also for finished builds, but only every minute 2016-01-25 17:55:48 +01:00
remove-log-popup.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
repo-actions.js fix tests, refactor repo-actions component 2016-02-01 13:09:16 +01:00
repo-show-tabs.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
repo-show-tools.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
repo-wrapper.js [deprecations] Remove all of the views from the app 2016-01-12 16:55:22 +01:00
repos-empty.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
repos-list-item.js Remove click handler overriding default link behavior 2016-02-15 23:40:09 +01:00
repos-list-tabs.js [deprecations] Remove all of the views from the app 2016-01-12 16:55:22 +01:00
repos-list.js Sort repos in repos controller, not in the component 2015-12-08 10:18:08 +01:00
request-icon.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
requests-item.js make isGHPages a proper property 2016-01-05 15:01:38 +01:00
running-jobs-item.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
running-jobs.js Update time also for finished builds, but only every minute 2016-01-25 17:55:48 +01:00
settings-switch.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
show-more-button.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
ssh-key.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
status-icon.js remove coffee file 2016-01-05 13:25:48 +01:00
status-image-input.js [deprecations] Remove all of the views from the app 2016-01-12 16:55:22 +01:00
status-images.js Fix status images popup 2016-01-18 13:14:28 +01:00
subscribe-button.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
sync-button.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
team-member.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
travis-layout.js [deprecations] Remove all of the views we use just for layouts 2016-01-12 16:55:22 +01:00
travis-status.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
travis-switch.js Convert project to JavaScript 2016-01-04 13:15:14 +01:00
user-avatar.js add avatarUrl propertuy to user model 2016-01-26 18:40:07 +01:00