RedCrested / ImagesInMessage-for-OpenSource-SocialNetwork

An improvement on OssnMessages component to allow user to attach images
Other
0 stars 0 forks source link

JS error when open any other page #10

Closed rafaelmamorim closed 2 years ago

rafaelmamorim commented 2 years ago

From Michael Zülsdorff

Rafael, please add some length checking to

$('#message-append-'+$to).imagesLoaded( function() { $('#message-append-'+$to).animate({ scrollTop: $('#message-append-'+$to)[0].scrollHeight+1000}, 1000); }); I'm getting a script error bcause of undefined scrollHeight on every page which has NO message box ;)