Skip to content

Commit

Permalink
helper comments
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiggr committed Jan 13, 2023
1 parent e12a3db commit b13abfd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,14 @@ const isMyScriptLoaded = (version) => {
};

export { loadTableauScript, isMyScriptLoaded };

//script url for each version. In case you might need to add them in the load balancer
// https://public.tableau.com/javascripts/api/tableau-2.8.0.min.js
// https://public.tableau.com/javascripts/api/tableau-2.7.0.min.js
// https://public.tableau.com/javascripts/api/tableau-2.6.0.min.js
// https://public.tableau.com/javascripts/api/tableau-2.5.0.min.js
// https://public.tableau.com/javascripts/api/tableau-2.4.0.min.js
// https://public.tableau.com/javascripts/api/tableau-2.3.0.min.js
// https://public.tableau.com/javascripts/api/tableau-2.2.2.min.js
// https://public.tableau.com/javascripts/api/tableau-2.1.2.min.js
// https://public.tableau.com/javascripts/api/tableau-2.0.3.min.js

0 comments on commit b13abfd

Please sign in to comment.