waterfall_bourbon_neat_rails 1.9.5 → 1.9.6

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: 2005736f703e3c4583949b02fe619a6117df5160
4
- data.tar.gz: 46fc493ecd51a29badcb8a8ae57dc4727f8428fc
3
+ metadata.gz: 95a51537731bc60bb3fd4a9d5284c54ec2dcc762
4
+ data.tar.gz: 11ba42c5e139089a822dc331fdf4be02a13b779d
5
5
  SHA512:
6
- metadata.gz: 44fb5c8924e565cd6faf44dd077fa9919ce6ec149c85a3e6b77bd3ee5287ac5454a01e0537471f955f233aaadd242dab5b45fa011ffe04a035586758da0e4f13
7
- data.tar.gz: 547ce79aa9a4b1bb430f72971375241e5ed77906c77430736b574fe5385f0fa0fc5ac985765f67a726d9fee4f744caa1b43c59a799cb11de4107d35faff76a6c
6
+ metadata.gz: 5d8219578f926093b9e322e3bb94e93bf4b31323d297821e9659230ef10f405dce9b9b678b737e8b8d55a4bdba80bb64dc63a9072f84121a995a4edd587e6c2b
7
+ data.tar.gz: e96838c66eb92127fcd2ab20f322bf9a90a9e2c69ecea5cef94008316e0dc2a9eaf5a2bded8bc97960198f1dc05f9538cac5d18aa6c4de4f6fda127edf72d9db
@@ -74,7 +74,17 @@ var Modal = function(options){
74
74
  Modal.prototype.addListener = function(method){
75
75
  if(typeof method == "function")
76
76
  method();
77
- }
77
+ }
78
+
79
+ //clear elements and listeners
80
+ Modal.prototype.clearEverything = function(){
81
+ this.$header.html();
82
+ this.$content_header.html();
83
+ this.$content_text.html();
84
+ this.$content_other_html.html();
85
+ this.$footer.html();
86
+ }
87
+
78
88
 
79
89
  if(arguments.callee._singletonInstance)
80
90
  return arguments.callee._singletonInstance;
@@ -50,4 +50,8 @@
50
50
  color: white;
51
51
  }
52
52
  }
53
+
54
+ .footer{
55
+ height: auto;
56
+ }
53
57
  }
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "1.9.5".freeze
2
+ VERSION = "1.9.6".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waterfall_bourbon_neat_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.5
4
+ version: 1.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waterfall Software Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-07 00:00:00.000000000 Z
11
+ date: 2014-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails