comparison Applications/StoneWebViewer/WebApplication/app.js @ 1699:0598c87e1e88

"WindowingPresets" configuration option
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 27 Nov 2020 10:21:48 +0100
parents 8805a6a01655
children f1bd464dc3e1
comparison
equal deleted inserted replaced
1698:8805a6a01655 1699:0598c87e1e88
860 //app.modalWarning = true; 860 //app.modalWarning = true;
861 861
862 axios.get(CONFIGURATION_SOURCE) 862 axios.get(CONFIGURATION_SOURCE)
863 .then(function(response) { 863 .then(function(response) {
864 app.globalConfiguration = ParseJsonWithComments(response.data); 864 app.globalConfiguration = ParseJsonWithComments(response.data);
865 console.log(app.globalConfiguration);
866 865
867 // Option 1: Loading script using plain HTML 866 // Option 1: Loading script using plain HTML
868 867
869 /* 868 /*
870 var script = document.createElement('script'); 869 var script = document.createElement('script');