jquery-modal-rails-assets 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ea9f21c14f8650d2ebbf95a82484b9af37aa78c5
4
- data.tar.gz: cda39e2d833012ebf12f7bd0950204145e57547d
3
+ metadata.gz: b0a7d1c2ce9b7ada484825b08678b4fc017c3bfb
4
+ data.tar.gz: cfd11161fd506d4e5009f19af195b7172c99d84c
5
5
  SHA512:
6
- metadata.gz: 4b6f7d47072369bc6e1da4d6f183b6264ca32688da1c05dfa3db4909001065fa3edc98af640a243d805fbc731508fa73c3aa1695663d94308cf410fc197c11b1
7
- data.tar.gz: 1b9e1c72645633606f6052eca56746d34eb3d3ba86a5662132ece0e42c82867395fb2a6ba1f8f8853780ffa5cbd418e1ee0a8e2583bccd0798c7f93337a06d7f
6
+ metadata.gz: fa3ca7c03cfab0cf944e617f8749a62e0ac40133c1079608efb7665b3d517bed0c6f3ad896f8cab3d508abbc01027727e94619c3c60ffd3855e5df83d8cc0857
7
+ data.tar.gz: 835f8338771ae39b9678787b5d2ed3dc7b287b86d415d06f91c923eb44cc7697f34931011e36ffbd204de51047f75df0ef4c8935077456b4f393ca958e8181df
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  A simple jQuery modal (http://github.com/kylefox/jquery-modal)
3
- Version 0.6.0
3
+ Version 0.6.1
4
4
  */
5
5
  (function($) {
6
6
 
@@ -113,7 +113,7 @@
113
113
  this.$elm.addClass(this.options.modalClass + ' current');
114
114
  this.$elm.appendTo(this.blocker);
115
115
  if(this.options.doFade) {
116
- this.$elm.css('opacity',0).animate({opacity: 1}, this.options.fadeDuration);
116
+ this.$elm.css('opacity',0).show().animate({opacity: 1}, this.options.fadeDuration);
117
117
  } else {
118
118
  this.$elm.show();
119
119
  }
@@ -1,3 +1,3 @@
1
1
  module JqueryModalRailsAssets
2
- VERSION = "0.6.0"
2
+ VERSION = "0.6.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-modal-rails-assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - RogerE
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-01-06 00:00:00.000000000 Z
11
+ date: 2016-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler