|
@@ -15434,16 +15434,17 @@ window.Modernizr = function(n, e, t) {
|
|
|
|
|
|
}else{
|
|
|
this.createTitleElem(d.infoAttribute.title)
|
|
|
- }
|
|
|
- if(d.infoAttribute.hardware){
|
|
|
- var Code = d.infoAttribute.deviceCode;
|
|
|
- if(Code!= void 0){
|
|
|
- window.hardwareHotList[Code] = this
|
|
|
- }
|
|
|
- }
|
|
|
+ }
|
|
|
|
|
|
}
|
|
|
-
|
|
|
+ if(d.infoAttribute.hardware){
|
|
|
+ var Code = d.infoAttribute.deviceCode;
|
|
|
+ if(Code!= void 0){
|
|
|
+ window.hardwareHotList[Code] = this
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
this.changeTex()
|
|
|
|
|
|
this.setVisiblePanos(d.visiblePanos);
|