New layout cleanup: Remove second GH trigger path

This commit is contained in:
Joseph Schorr 2015-06-29 12:18:21 +03:00
parent 4ec2143d47
commit 33039e9bc4
2 changed files with 2 additions and 15 deletions

View file

@ -23,10 +23,6 @@ angular.module('quay').factory('TriggerService', ['UtilService', '$sanitize', 'K
var redirect_uri = KeyService['githubRedirectUri'] + '/trigger/' +
namespace + '/' + repository;
if (Config.isNewLayout()) {
redirect_uri += '/__new';
}
var authorize_url = KeyService['githubTriggerAuthorizeUrl'];
var client_id = KeyService['githubTriggerClientId'];