diff --git a/static/js/controllers.js b/static/js/controllers.js index 43e0c57e3..d71a131cb 100644 --- a/static/js/controllers.js +++ b/static/js/controllers.js @@ -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]; diff --git a/static/js/ZeroClipboard.min.js b/static/lib/ZeroClipboard.min.js similarity index 100% rename from static/js/ZeroClipboard.min.js rename to static/lib/ZeroClipboard.min.js diff --git a/static/js/ZeroClipboard.swf b/static/lib/ZeroClipboard.swf similarity index 100% rename from static/js/ZeroClipboard.swf rename to static/lib/ZeroClipboard.swf diff --git a/static/js/typeahead.min.js b/static/lib/typeahead.min.js similarity index 100% rename from static/js/typeahead.min.js rename to static/lib/typeahead.min.js diff --git a/templates/index.html b/templates/index.html index 3f2d6e08b..88c8e8fcb 100644 --- a/templates/index.html +++ b/templates/index.html @@ -24,8 +24,8 @@ - - + +