Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #872 from uPortal-Project/MUMMNG-4500
Browse files Browse the repository at this point in the history
fix: rm watch configuration from cssVars
  • Loading branch information
davidmsibley committed Feb 18, 2019
2 parents 38e92f4 + 4b51584 commit cd1b94b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions web/src/main/webapp/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ require(['./config', './js/login-config'], function(config, loginConfig) {
*/
function bootstrapApplication() {
angular.bootstrap(document, ['my-app']);
// eslint-disable-next-line no-undef
cssVars({shadowDOM: true, watch: true});
// eslint-disable-next-line angular/timeout-service
setTimeout(function() {
// eslint-disable-next-line no-undef
cssVars({shadowDOM: true});
}, 1000);
}

/**
Expand Down

0 comments on commit cd1b94b

Please sign in to comment.