mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-01-31 00:48:41 +03:00
update resources
This commit is contained in:
@@ -73,7 +73,7 @@ function HandleModelList( pVal )
|
||||
{
|
||||
let sVV=strVendor;
|
||||
if( sVV=="QDT" )
|
||||
sVV="QIDI Lab";
|
||||
sVV="QIDI Tech";
|
||||
|
||||
let HtmlNewVendor='<div class="OneVendorBlock" Vendor="'+strVendor+'">'+
|
||||
'<div class="BlockBanner">'+
|
||||
@@ -87,7 +87,7 @@ function HandleModelList( pVal )
|
||||
'</div>'+
|
||||
'</div>';
|
||||
|
||||
if(sVV=='QIDI Lab')
|
||||
if(sVV=='QIDI Tech')
|
||||
$('#Content').html( HtmlNewVendor + $('#Content').html() );
|
||||
else
|
||||
$('#Content').append( HtmlNewVendor );
|
||||
|
||||
Reference in New Issue
Block a user