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

Commit

Permalink
fix: rm watch configuration from cssVars
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmsibley committed Feb 18, 2019
1 parent 38e92f4 commit 415e862
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions web/src/main/webapp/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ 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});
setTimeout(function() {
// eslint-disable-next-line no-undef
cssVars({shadowDOM: true});
}, 1000);
}

/**
Expand Down

0 comments on commit 415e862

Please sign in to comment.