This commit is contained in:
gtbu 2025-04-06 18:42:21 +02:00
parent 628067d1e1
commit 0cc0b251a4
3 changed files with 15 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -155,7 +155,7 @@
$prev,
$close,
$groupControls,
$events = $('<a/>'), // $({}) would be preferred, but there is an issue with jQuery 1.4.2
$events = $('<a/>'), // $({}) would be prefered, but there is an issue with jQuery 1.4.2
// Variables for cached values or use across multiple functions
settings,
@ -982,7 +982,7 @@
return;
}
// A small pause because some browsers will occasionally report a
// A small pause because some browsers will occassionaly report a
// img.width and img.height of zero immediately after the img.onload fires
setTimeout(function(){
var percent;

File diff suppressed because one or more lines are too long