1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-25 19:11:47 +02:00

Merge branch '3.2.x'

This commit is contained in:
Marc Alexander
2018-10-08 21:27:18 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -612,7 +612,7 @@ function parseDocument($container) {
// If there are any images in the links list, run the check again after they have loaded
$linksAll.find('img').each(function() {
$(this).load(function() {
$(this).on('load', function() {
check();
});
});