kaui 1.4.0 → 1.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/kaui/admin_tenants/_show_catalog_simple.erb +4 -4
- data/lib/kaui/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e742130946b631b91580c426cdcb8ee8dfd07d5a
|
4
|
+
data.tar.gz: fdbf1ab93ef8dc3e1a7680f51779cdf1a958fe9d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
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.
|
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:
|
11
|
+
date: 2019-04-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|