mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-05 20:36:06 +08:00
FIX: Default Choose BBL Model
JIRA: none Change-Id: Id9862632c3983faf1cb01f5b798fd94f49b80f9d
This commit is contained in:
parent
04d64d5e00
commit
08c0016187
@ -143,8 +143,8 @@ function HandleModelList( pVal )
|
||||
let AlreadySelect=$(".ModelCheckBoxSelected");
|
||||
let nSelect=AlreadySelect.length;
|
||||
if(nSelect==0)
|
||||
{
|
||||
$("div.OneVendorBlock[vendor='"+BBL+"'] .ModelCheckBox").addClass('ModelCheckBoxSelected');
|
||||
{
|
||||
$("div.OneVendorBlock[vendor='BBL'] .ModelCheckBox").addClass('ModelCheckBoxSelected');
|
||||
}
|
||||
|
||||
TranslatePage();
|
||||
|
@ -143,7 +143,7 @@ function HandleModelList( pVal )
|
||||
let nSelect=AlreadySelect.length;
|
||||
if(nSelect==0)
|
||||
{
|
||||
$("div.OneVendorBlock[vendor='"+BBL+"'] .ModelCheckBox").addClass('ModelCheckBoxSelected');
|
||||
$("div.OneVendorBlock[vendor='BBL'] .ModelCheckBox").addClass('ModelCheckBoxSelected');
|
||||
}
|
||||
|
||||
TranslatePage();
|
||||
|
Loading…
x
Reference in New Issue
Block a user