Skip to content

Commit

Permalink
#6349 -testing log
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiu committed Jan 30, 2025
1 parent adf6a3b commit cb336f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/addon/AmCharts.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class AmCharts extends Base {

me.isLoading = true;

DomAccess.loadScript(basePath + 'core.js').then(() => {console.log('core loaded');
DomAccess.loadScript(basePath + 'core.js').then(() => {
Promise.all([
DomAccess.loadScript(basePath + 'charts.js'),
DomAccess.loadScript(basePath + 'maps.js'),
Expand Down

0 comments on commit cb336f1

Please sign in to comment.