zuora_connect_ui 0.3.1a → 0.3.1b
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 461ece30e361edd64f6f48f8cdb839d51974c9bc
|
4
|
+
data.tar.gz: 6d4574b22ca00d89b89eaf61cf8494e4a248a151
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 556d38c54d477514ace9e750091478f99b8c663c5685a9fa6fb6eb82a61db62c62aab515d79b7e3afca86c75de04baa954c84dc5ad027039b62e48a610431d0a
|
7
|
+
data.tar.gz: d87308212940ca56014d0661526f22c32144e08cd9f60777bc68aaf0c39d963f4db4a7d4e82e4500af3cef06a2f983e45cfbc41ed032858d2e7c16358044709e
|
@@ -1,5 +1,10 @@
|
|
1
1
|
$(document).on("hidden.bs.modal shown.bs.modal shown.bs.tab", resize_iframe);
|
2
2
|
|
3
|
+
function resizeIframe(height) {
|
4
|
+
//console.log('Resize for AppInstance');
|
5
|
+
$('iframe#app_iframe').height(height);
|
6
|
+
}
|
7
|
+
|
3
8
|
let height_prev;
|
4
9
|
function resize_iframe() {
|
5
10
|
if (typeof(hallwayPrefix) !== "undefined" && hallwayPrefix == "") {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zuora_connect_ui
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1b
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Connect Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-05-
|
11
|
+
date: 2019-05-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bootstrap-sass
|