mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2025-04-18 20:23:14 +02:00
colorbox
This commit is contained in:
parent
628067d1e1
commit
0cc0b251a4
3 changed files with 15 additions and 2 deletions
6
include/thirdparty/colorbox/colorbox/jquery.colorbox-min.js
vendored
Normal file
6
include/thirdparty/colorbox/colorbox/jquery.colorbox-min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
7
include/thirdparty/encoding.js/encoding2.2.min.js
vendored
Normal file
7
include/thirdparty/encoding.js/encoding2.2.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue