Widget:背景图片:修订间差异

imported>=海豚=
无编辑摘要
imported>=海豚=
无编辑摘要
第9行: 第9行:
             self.find('img').removeAttr('width').removeAttr('height');
             self.find('img').removeAttr('width').removeAttr('height');
         });
         });
        $(window).on('resize', function() {
            sidebarCharacter.each(function() {
                var self = $(this);
                self.find('img').width(self.width());
            });
        }).resize();
         if (sidebarCharacter.is('[data-displaylogo="yes"]')) $('body').addClass('show-logo');
         if (sidebarCharacter.is('[data-displaylogo="yes"]')) $('body').addClass('show-logo');
     });
     });