Skip to content

Commit

Permalink
fix(frontend): remove unused module from experimentation in compiled …
Browse files Browse the repository at this point in the history
…js files
  • Loading branch information
davinkevin committed Jun 19, 2015
1 parent 9475169 commit 83c143f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/main/resources/static/app/js/podcastserver.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@
'ps.config.ngstomp',
'ps.config.module'
]);
angular.module('ps.config.imageLazyLoading', ['afkl.lazyImage']);
angular.module('ps.config.loading', ['angular-loading-bar']).config(["cfpLoadingBarProvider", function (cfpLoadingBarProvider) {
cfpLoadingBarProvider.includeSpinner = false;
}]);
Expand Down
Loading

0 comments on commit 83c143f

Please sign in to comment.