Merge branch 'master' of https://bitbucket.org/yackob03/quay
This commit is contained in:
commit
71547e09b1
15 changed files with 73 additions and 36 deletions
8
static/js/ZeroClipboard.min.js
vendored
8
static/js/ZeroClipboard.min.js
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -168,7 +168,7 @@ function RepoCtrl($scope, Restangular, $routeParams, $rootScope) {
|
|||
$scope.repo = repo;
|
||||
$scope.currentTag = repo.tags[tag] || repo.tags['latest'];
|
||||
|
||||
var clip = new ZeroClipboard($('#copyClipboard'), { 'moviePath': 'static/js/ZeroClipboard.swf' });
|
||||
var clip = new ZeroClipboard($('#copyClipboard'), { 'moviePath': 'static/lib/ZeroClipboard.swf' });
|
||||
clip.on('complete', function() {
|
||||
// Resets the animation.
|
||||
var elem = $('#clipboardCopied')[0];
|
||||
|
|
7
static/js/typeahead.min.js
vendored
7
static/js/typeahead.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in a new issue