waterfall_bourbon_neat_rails 1.4.2 → 1.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 331d79177535dc060f3e839c4049532e080ecbe8
4
- data.tar.gz: 77383d7d2922fc7c869154135057041615cd5fa6
3
+ metadata.gz: 9f7032f38967af07fc03e639b51ef7d19352669e
4
+ data.tar.gz: 50820be9d5ac7d8f42f9dfbbf1ac3647eae856ac
5
5
  SHA512:
6
- metadata.gz: 442d91fac8caab2dbd78f73de239eaabf02255f57783dd3498a98f5a8548adc3e1e294e616838b89ebbe05b1873b8188271bd5026459009b445c882eb251fc72
7
- data.tar.gz: 725a995f8dd2094b9819a4bb65c51b2f6015bc766fa7056586c00169a1f1b652150c3ff629a39d045a5f40e66ee971fb19ec67d6afead32df3a5df28dab66c52
6
+ metadata.gz: 5019a3ba8ccf614480b22cb51d7ca05aafd46026041409351a4964c2b04de0b0d190500386f5489db828d252c2e36b90714ca7122ad8e5d6ecd306feb4f94b15
7
+ data.tar.gz: 371b09110e4993d7f3556951b1eb7285b7aae121093e5fcea456758ceb9d81d042083b3d81ebbf7e4ff7408490fbf976b8de110632fcaaaf84f2213deea80967
@@ -63,6 +63,11 @@ var Modal = function(){
63
63
  }
64
64
  }
65
65
 
66
+ Modal.prototype.addListener = function(method){
67
+ if(typeof method == "function")
68
+ method();
69
+ }
70
+
66
71
  if(arguments.callee._singletonInstance)
67
72
  return arguments.callee._singletonInstance;
68
73
  arguments.callee._singletonInstance = this;
@@ -9,5 +9,6 @@
9
9
  @import "ajax_spinner";
10
10
  @import "captcha";
11
11
  @import "modals";
12
- @import "leadDetails";
12
+ @import "modal_leadDetails";
13
+ @import "modal_noteform"
13
14
 
@@ -0,0 +1,6 @@
1
+ .modal-note{
2
+ input[type='submit']{
3
+ @include button;
4
+ @include button-positive;
5
+ }
6
+ }
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "1.4.2".freeze
2
+ VERSION = "1.4.3".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waterfall_bourbon_neat_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2
4
+ version: 1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waterfall Software Inc.
@@ -275,7 +275,8 @@ files:
275
275
  - app/assets/stylesheets/custom/components/_ajax_spinner.scss
276
276
  - app/assets/stylesheets/custom/components/_captcha.scss
277
277
  - app/assets/stylesheets/custom/components/_config.scss
278
- - app/assets/stylesheets/custom/components/_leadDetails.scss
278
+ - app/assets/stylesheets/custom/components/_modal_leadDetails.scss
279
+ - app/assets/stylesheets/custom/components/_modal_noteform.scss
279
280
  - app/assets/stylesheets/custom/components/_modals.scss
280
281
  - app/assets/stylesheets/custom/components/_profileMenu.scss
281
282
  - app/assets/stylesheets/custom/components/_table.scss