kaui 1.4.0 → 1.4.1

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: b872df3f942d9f2a4e5efc1f1fd93ebb8e37e956
4
- data.tar.gz: f25ca3f933403dea99fd1c776330ec7966c190c4
3
+ metadata.gz: e742130946b631b91580c426cdcb8ee8dfd07d5a
4
+ data.tar.gz: fdbf1ab93ef8dc3e1a7680f51779cdf1a958fe9d
5
5
  SHA512:
6
- metadata.gz: 65ae3a7873e00c75ff89a88b0b44fc9bbd8c02f5e68ced24a4f1eb9a696dbfe9b6c0522d360afc2dde9af93fff0c04f8acb9c717a4e6f8a8b6ba18febda005aa
7
- data.tar.gz: 7e1f005312d0697fb899dee663e7d89af286b2e22242c4ee66488dc2e92d0a873883a67ca7ba158916e6366fa7c462b2f05cac4762ff3af0883593d0d262647c
6
+ metadata.gz: 2f27c656b5b034092471fb10989c134fc0bd6cbbe7694a75fe8461c81459bbf3f8d83145cfe6c130e025218ecfa39284fcc3bb80d378417db33c1c3809c15dba
7
+ data.tar.gz: 4cf31c31fec9d8071830403b990187e282221b6c6c2d2f6fb861400c9cebf33c240f0045988b52ebe83bc970c409b5364026a4bcae4815c2fbe4228c14493238
@@ -88,6 +88,10 @@
88
88
  var template = $("#currencies_template").html();
89
89
  var currencies_html = Mustache.render(template,data);
90
90
  $("#currency_select").html(currencies_html);
91
+
92
+ $('[id^="select_currencies"]').change(function() {
93
+ displayAmountsForCurrency();
94
+ });
91
95
  }
92
96
 
93
97
  function renderCatalog(data){
@@ -183,10 +187,6 @@
183
187
  $("#select_catalog").change(function() {
184
188
  fetchCatalog(this.value);
185
189
  });
186
-
187
- $('[id^="select_currencies"]').change(function() {
188
- displayAmountsForCurrency();
189
- });
190
190
  });
191
191
  <% end %>
192
192
 
data/lib/kaui/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Kaui
2
- VERSION = '1.4.0'
2
+ VERSION = '1.4.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kaui
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Killbill core team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-03 00:00:00.000000000 Z
11
+ date: 2019-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails