From 63b7c02219549c022a8b9f88d66175c65d28b3b9 Mon Sep 17 00:00:00 2001 From: "zorro.zhang" Date: Thu, 9 Jan 2025 10:40:17 +0800 Subject: [PATCH] FIX: Add MakerSupply Hover Tip JIRA: none Change-Id: Ibbf3dcd4cb3accbb7ebe5630e70a209aaab8f30c --- resources/web/homepage3/js/left.js | 4 +++- resources/web/homepage3/left.html | 15 +-------------- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/resources/web/homepage3/js/left.js b/resources/web/homepage3/js/left.js index 6538f32df..b8fde25c3 100644 --- a/resources/web/homepage3/js/left.js +++ b/resources/web/homepage3/js/left.js @@ -252,6 +252,7 @@ function ShowLeftMenuTip( bShow ) $("div[menu='recent'] div.BtnIcon").prop('title',GetCurrentTextByKey('t35')); $("div[menu='online'] div.BtnIcon").prop('title',GetCurrentTextByKey('t107')); $("div[menu='makerlab'] div.BtnIcon").prop('title','MakerLab'); + $("div[menu='makersupply'] div.BtnIcon").prop('title',GetCurrentTextByKey('t125')); $("div[menu='printhistory'] div.BtnIcon").prop('title',GetCurrentTextByKey('t117')); $("div[menu='manual'] div.BtnIcon").prop('title',GetCurrentTextByKey('t87')); } @@ -261,8 +262,9 @@ function ShowLeftMenuTip( bShow ) $("div[menu='recent'] div.BtnIcon").removeAttr('title'); $("div[menu='online'] div.BtnIcon").removeAttr('title'); $("div[menu='makerlab'] div.BtnIcon").removeAttr('title'); + $("div[menu='makersupply'] div.BtnIcon").removeAttr('title'); $("div[menu='printhistory'] div.BtnIcon").removeAttr('title'); - $("div[menu='manual'] div.BtnIcon").removeAttr('title'); + $("div[menu='manual'] div.BtnIcon").removeAttr('title'); } } diff --git a/resources/web/homepage3/left.html b/resources/web/homepage3/left.html index 901ee9b78..9e291cbda 100644 --- a/resources/web/homepage3/left.html +++ b/resources/web/homepage3/left.html @@ -77,17 +77,4 @@
- - - - - - - - - - - - - - + \ No newline at end of file