jquery-colorbox-rails 1.6.3 → 1.6.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/jquery-colorbox-rails/version.rb +1 -1
- data/vendor/assets/javascripts/jquery.colorbox.js +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3f47ddd08aa94458e426f40886e9d70338393a89
|
4
|
+
data.tar.gz: 4b2f0c58469fd3239712928adcec90dbbbea31f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f7a71b7cc47f759902e4ef2b6aa79ccbf2e6766329bf3993dabcaafff8dbd3ee0be5dfbeb67d1e406ccadc4de3e8ea5cff3452c9c902295955a8a709312bd50
|
7
|
+
data.tar.gz: 9c75b21e66258936207e4a1c026368960ce08a9fd1991a51f19aa5e17dc638ae3e192034a2741324103fd89e1c4f40c9e451e884033512777a68f1f5ed759a85
|
data/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
Colorbox 1.6.
|
2
|
+
Colorbox 1.6.4
|
3
3
|
license: MIT
|
4
4
|
http://www.jacklmoore.com/colorbox
|
5
5
|
*/
|
@@ -950,7 +950,7 @@
|
|
950
950
|
}, 100);
|
951
951
|
|
952
952
|
if (settings.get('inline')) {
|
953
|
-
var $target = $(href);
|
953
|
+
var $target = $(href).eq(0);
|
954
954
|
// Inserts an empty placeholder where inline content is being pulled from.
|
955
955
|
// An event is bound to put inline content back when Colorbox closes or loads new content.
|
956
956
|
$inline = $('<div>').hide().insertBefore($target);
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jquery-colorbox-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Krzysztof Knapik
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-05-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -33,7 +33,7 @@ dependencies:
|
|
33
33
|
description: jQuery Colorbox [https://github.com/jackmoore/colorbox] integration for
|
34
34
|
Rails 3.1+ asset pipeline
|
35
35
|
email:
|
36
|
-
-
|
36
|
+
- k@knapik.cc
|
37
37
|
executables: []
|
38
38
|
extensions: []
|
39
39
|
extra_rdoc_files: []
|
@@ -105,7 +105,7 @@ files:
|
|
105
105
|
- vendor/assets/stylesheets/jquery.colorbox-example3.css.scss
|
106
106
|
- vendor/assets/stylesheets/jquery.colorbox-example4.css.scss
|
107
107
|
- vendor/assets/stylesheets/jquery.colorbox-example5.css.scss
|
108
|
-
homepage: https://github.com/
|
108
|
+
homepage: https://github.com/kknapik/jquery-colorbox-rails
|
109
109
|
licenses:
|
110
110
|
- MIT
|
111
111
|
metadata: {}
|