xzw 3 năm trước cách đây
mục cha
commit
6f5bfa3961
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)
         }