zuora_connect_ui 0.3.1d → 0.3.1e

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: e248b4d88adf40cdb944f763e18491376fa1100c
4
- data.tar.gz: cb4a720e6fa360395c3bef0e1f6f67c7e49f6afe
3
+ metadata.gz: 2a35e85f869d31dd86fdeffb208b1d29ba8032f8
4
+ data.tar.gz: 1b939989ad7577bf5064d31dc84d860c4b505647
5
5
  SHA512:
6
- metadata.gz: f6b44d02f6296dcb9c5f4a62d6c3bb546a18ed7663dcfe96b6beb12e3c7b2137a2abdbeb6ea6bd75d0632a49f2d411b931a8aabcc34db1ec2cc78f87f49b459c
7
- data.tar.gz: 9b01e816b31d7fe02f54a1aef2f088886b192a5aa8149c727a057cf26aa603af0af33055e5d5a42efe756ecda85eaecd1922a56cd3b2af746cd1220890515547
6
+ metadata.gz: a295bfc5e2884614953547b5990793e9748a9ae54b81ac7c1b25e45f7e25be4127f32d35fb032cbc13e1b651dbd928fb0157ebb17bf7c977d906ce9434219781
7
+ data.tar.gz: 9eff4e4138fb5f0b82ac592e5eb95f53cd049e504297d1ed089e761794fdeb6d211cf3222fb00ff10197a16502fcd6456b9c6135d3a9b2fe0be2854412a125fc
@@ -1,13 +1,8 @@
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
-
8
3
  let height_prev;
9
4
  function resize_iframe() {
10
- if (typeof(hallwayPrefix) !== "undefined" && hallwayPrefix == "") {
5
+ if (typeof(hallwayPrefix) !== "undefined") {
11
6
  return;
12
7
  }
13
8
  var height = 0;
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ZuoraConnectUi
4
- VERSION = '0.3.1d'
4
+ VERSION = '0.3.1e'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuora_connect_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1d
4
+ version: 0.3.1e
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team