xzw 3 роки тому
батько
коміт
6f5bfa3961
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      js/Hot.js

+ 1 - 1
js/Hot.js

@@ -1019,7 +1019,7 @@ window.initHot = function(model){
         
         
         setTitleDir(){
-            this.titleElem.elem.attr('pos',this.info.titlePos)
+            this.titleElem && this.titleElem.elem.attr('pos',this.info.titlePos)
         }