mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Merge pull request #5251 from senky/ticket/15668
[ticket/15668] Replace .load() with .on('load')
This commit is contained in:
@@ -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();
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user