Correct link in welcome dialog.
This commit is contained in:
parent
80f3936de2
commit
5ad2bcb17e
@ -47,7 +47,7 @@ ImporterApp.prototype.WelcomeDialog = function ()
|
||||
'<div class="welcometext">Here you can view 3D models online. Just simply drag and drop 3D files to this browser window or use the open button above. The supported file formats are:</div>',
|
||||
'<div class="welcometextformats"><span class="welcomeformat">3ds</span><span class="welcomeformat">obj</span><span class="welcomeformat">stl</span></div>',
|
||||
'<div class="welcometext">Powered by <a target="_blank" href="https://github.com/mrdoob/three.js/">Three.js</a> and <a target="_blank" href="https://github.com/kovacsv/JSModeler">JSModeler</a>.</div>',
|
||||
'<div class="welcometext"><a target="_blank" href="https://github.com/kovacsv/JSModeler"><img src="images/githublogo.png"/></a></div>',
|
||||
'<div class="welcometext"><a target="_blank" href="https://github.com/kovacsv/Online3DViewer"><img src="images/githublogo.png"/></a></div>',
|
||||
'</div>',
|
||||
].join ('');
|
||||
this.dialog.Open ({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user