magnific-popup-rails 0.9.4 → 0.9.5
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
YzIxNjFiZDllNDIzNDVhMWI4OWU3NjI2ZmQ2NjkxMzRmMTVjYjE2ZA==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
ZjYyZGI1NjJlNmFhNDRlYzE4ZDAxN2JlMzVlYzYxYTQyYWM1ZGJiMA==
|
7
|
+
!binary "U0hBNTEy":
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
NjRlNWU1NmM5YmYxYTk1YTNiZmJiZDA1NjFiZGM0NjU2ODAyYzg5NWY2ZTZl
|
10
|
+
MTU2YjlkM2U0OTA4ZGFjMzY0ZjNjYWVkYjQxNTEyYjg4OGUyNDNiZGMyMmM1
|
11
|
+
ZmQ3ZjE1YWQwN2I3YTZhYzA5OTE2NmVkN2Y1MGNlYjg4M2RhZGU=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
N2MzZWNlMjQ5OTFkNzkzMDc3ZGNhMjFhZjM2ZWRhMTE0NDcxMzA0MDI1ZTFk
|
14
|
+
NDljMmJkMmI2M2U3OTdjOWMxZmFkNGM3MGZkZTFhNDBiMTg1YjMxYTQ0YzUy
|
15
|
+
NjVhNDNkMDc2NjVmOGRjMGEzOWZjNDg1NjE5MmFhMDFhZDRhOGI=
|
@@ -1,4 +1,4 @@
|
|
1
|
-
/*! Magnific Popup - v0.9.
|
1
|
+
/*! Magnific Popup - v0.9.5 - 2013-08-21
|
2
2
|
* http://dimsemenov.com/plugins/magnific-popup/
|
3
3
|
* Copyright (c) 2013 Dmitry Semenov; */
|
4
4
|
;(function($) {
|
@@ -77,7 +77,7 @@ var _mfpOn = function(name, f) {
|
|
77
77
|
}
|
78
78
|
},
|
79
79
|
_setFocus = function() {
|
80
|
-
(mfp.st.focus ? mfp.content.find(mfp.st.focus).eq(0) : mfp.wrap).
|
80
|
+
(mfp.st.focus ? mfp.content.find(mfp.st.focus).eq(0) : mfp.wrap).focus();
|
81
81
|
},
|
82
82
|
_getCloseBtn = function(type) {
|
83
83
|
if(type !== _currPopupType || !mfp.currTemplate.closeBtn) {
|
@@ -480,7 +480,7 @@ MagnificPopup.prototype = {
|
|
480
480
|
|
481
481
|
|
482
482
|
if(mfp._lastFocusedEl) {
|
483
|
-
$(mfp._lastFocusedEl).
|
483
|
+
$(mfp._lastFocusedEl).focus(); // put tab focus back
|
484
484
|
}
|
485
485
|
mfp.currItem = null;
|
486
486
|
mfp.content = null;
|
metadata
CHANGED
@@ -1,27 +1,27 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: magnific-popup-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joshua Jansen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-08-
|
11
|
+
date: 2013-08-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - '>='
|
17
|
+
- - ! '>='
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '0'
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - '>='
|
24
|
+
- - ! '>='
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
27
|
description: Magnific Popup is a free responsive jQuery lightbox plugin that is focused
|
@@ -54,17 +54,17 @@ require_paths:
|
|
54
54
|
- lib
|
55
55
|
required_ruby_version: !ruby/object:Gem::Requirement
|
56
56
|
requirements:
|
57
|
-
- - '>='
|
57
|
+
- - ! '>='
|
58
58
|
- !ruby/object:Gem::Version
|
59
59
|
version: '0'
|
60
60
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
61
61
|
requirements:
|
62
|
-
- - '>='
|
62
|
+
- - ! '>='
|
63
63
|
- !ruby/object:Gem::Version
|
64
64
|
version: '0'
|
65
65
|
requirements: []
|
66
66
|
rubyforge_project:
|
67
|
-
rubygems_version: 2.0.
|
67
|
+
rubygems_version: 2.0.6
|
68
68
|
signing_key:
|
69
69
|
specification_version: 4
|
70
70
|
summary: Magnific Popup displays images before they're completely loaded to take full
|