R7-Office: corrected the bug with the header

This commit is contained in:
alexandervnuchkov 2019-06-04 14:55:05 +03:00
parent 9f45b42a0c
commit e032fdf462
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
fixedHeaderOffset(hash);
}
$('a, td, div').on('click', function(){
$('.description a, .description td, .description div').on('click', function(){
var hashID = '#' + $(this).attr('id');
if(hashID !== '#' && hashID !== '#undefined') {
fixedHeaderOffset(hashID);

File diff suppressed because one or more lines are too long