Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
techsoftrick committed Aug 28, 2023
1 parent cc99111 commit a8ec837
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion javascripts/conversionService.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ async function loadScript() {
var versionNumer = result['hcVersion']
var url = `https://cdn.jsdelivr.net/gh/techsoft3d/hoops-web-viewer@20${versionNumer}/hoops_web_viewer.js`

fetchVersionNumber
return new Promise((resolve, reject) => {
$.getScript(url, async function () {
resolve();
Expand Down

0 comments on commit a8ec837

Please sign in to comment.