Skip to content

Commit

Permalink
Riportate modifiche al Config incluso nel war
Browse files Browse the repository at this point in the history
  • Loading branch information
nardil committed Nov 19, 2021
1 parent 282f98f commit 225c296
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wars/web-console/src/main/webapp/assets/Config.govpay
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
(function (global) {

function addScript(file) {
document.write('<script src="' + file + '"></script>');
}

function hostname() {
return this.location.protocol + '//' + this.location.host;
}
Expand Down Expand Up @@ -109,4 +113,6 @@
}
};

addScript('assets/config/app-config.govpay');

})(window);

0 comments on commit 225c296

Please sign in to comment.