Closed ghost closed 3 years ago
https://secure.helpscout.net/conversation/1405770159/224630?folderId=607541
cause : czrapp.$_header.css('top' , self._get_top_offset() );
czrapp.$_header.css('top' , self._get_top_offset() );
get_top_offset method doesn't check if the returned value is a number, and when there's no admin bar, it returned undefined.
https://secure.helpscout.net/conversation/1405770159/224630?folderId=607541
cause :
czrapp.$_header.css('top' , self._get_top_offset() );
get_top_offset method doesn't check if the returned value is a number, and when there's no admin bar, it returned undefined.