|
@@ -6,7 +6,7 @@ hardwareHotList = {}
|
|
|
|
|
|
$("#hotPannel .close").on('click',()=>{
|
|
|
$("#hotPannel>div").css("display","");
|
|
|
- window.hotNeedUpdatePanel = null;
|
|
|
+ window.hotNeedUpdatePannel = null;
|
|
|
|
|
|
})
|
|
|
|
|
@@ -14948,11 +14948,12 @@ function o(a, s, l) {
|
|
|
$("#hotPannel>div").css("display","block");
|
|
|
$("#hotPannel .title").text(hardware.name);
|
|
|
|
|
|
- this.updatePannel()
|
|
|
+ this.updatePannel()
|
|
|
window.hotNeedUpdatePannel = this
|
|
|
return true
|
|
|
}else{
|
|
|
$("#hotPannel>div").css("display","");
|
|
|
+ window.hotNeedUpdatePannel = null
|
|
|
}
|
|
|
}
|
|
|
n.prototype.updatePannel = function(){
|