mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -06:00
FIX: fix the model name display issue under project page
JIRA STUDIO-4625 Change-Id: I9d9627967dcec845f66422e06eadfd2bfe964bb9
This commit is contained in:
parent
faf2a85311
commit
dc0193076a
4 changed files with 27 additions and 4 deletions
|
@ -209,6 +209,7 @@ function ShowModelInfo( pModel )
|
|||
SendWXDebugInfo("Model Name: "+sModelName);
|
||||
|
||||
$('#ModelName').html(sModelName);
|
||||
$('#ModelName').attr('title',sModelName);
|
||||
$('#ModelAuthorName').html(sModelAuthor);
|
||||
|
||||
switch(UploadType)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue