mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-01-30 16:38:41 +03:00
update resources
This commit is contained in:
@@ -151,7 +151,9 @@ function HandleModelList( pVal )
|
||||
let nSelect=AlreadySelect.length;
|
||||
if(nSelect==0)
|
||||
{
|
||||
$("div.OneVendorBlock[vendor='Q Series'] .ModelCheckBox").addClass('ModelCheckBoxSelected');
|
||||
$("div.OneVendorBlock[vendor='X 4 Series'] .ModelCheckBox").addClass('ModelCheckBoxSelected');
|
||||
$("div.OneVendorBlock[vendor='X 3 Series'] .ModelCheckBox").addClass('ModelCheckBoxSelected');
|
||||
}
|
||||
|
||||
TranslatePage();
|
||||
|
||||
@@ -11,9 +11,15 @@ function OnInit()
|
||||
|
||||
SendMsg_GetLoginInfo();
|
||||
GotoMenu( 'home' );
|
||||
$("#Login2").hover(function() {
|
||||
$("#Login2").click(function() {
|
||||
$("#DropdownWrapper").css("visibility", "visible");
|
||||
}, function() {
|
||||
});
|
||||
$(document).on('click', function(e) {
|
||||
if (!$(e.target).closest('#Login2').length) {
|
||||
$("#DropdownWrapper").css("visibility", "hidden");
|
||||
}
|
||||
});
|
||||
$('#Login2').on('blur', function() {
|
||||
$("#DropdownWrapper").css("visibility", "hidden");
|
||||
});
|
||||
OnUpdatePluginInstalltip();
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<div id="LoginBtn" class="TextS1" style="font-weight: 700;"><span class="trans" tid="t26">login</span>/<span class="trans" tid="t27">register</span></div>
|
||||
</div>
|
||||
|
||||
<div id="Login2">
|
||||
<div id="Login2" tabindex="0">
|
||||
<div>
|
||||
<img id="UserAvatarIcon" src="img/left_home_account.svg" onerror="this.onerror=null;this.src='img/left_home_account.svg';" />
|
||||
</div>
|
||||
@@ -58,6 +58,10 @@
|
||||
|
||||
<div id="BtnArea">
|
||||
<div class="TopContainer">
|
||||
<div menu="search" class="BtnItem BtnItemSelected" style="visibility: hidden; height: 0;" onClick="GotoMenu('search')">
|
||||
<div class="BtnIcon "><img class="LeftIcon" src="img/left_library.svg" /></div>
|
||||
<div class="BtnText trans" >Search</div>
|
||||
</div>
|
||||
<div menu="home" class="BtnItem BtnItemSelected" onClick="GotoMenu('home')">
|
||||
<div class="BtnIcon "><img class="LeftIcon" src="img/left_library.svg" /></div>
|
||||
<div class="BtnText trans" tid="t114">Library</div>
|
||||
|
||||
Reference in New Issue
Block a user