cobot_client 0.6.6 → 0.6.7

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: 0fc5255a6981e9013b8d8bb9ae76d7a723ff5598
4
- data.tar.gz: badaaf4773a620dddabd0b087ba12202a3728d88
3
+ metadata.gz: edde06faa298e759ef9c0297bb630c6604cb514a
4
+ data.tar.gz: 7eeaf64c025863c2dd3f3067d8a1cd5cffcae0f8
5
5
  SHA512:
6
- metadata.gz: 094712569fa8f70eb813dcca6ca623cc4675f3af8503fde710f5b74997600acebea0a511bcd828de9b9ebc53ffcf9dfacf6534f9a1980be9cfd2fcf774670fc6
7
- data.tar.gz: 0e2cf09709d55e15413f6a11d2489268169093782bee8e93e2d4426b5d8a4d3ee84e27133041a105ecc1b5a4589eed076147c99937d655cf9444d98ad35d118b
6
+ metadata.gz: 869540276f24db43b81ab36861ae176b66b8ed129ad02931f7ccadb88e6b02035949c341427ab9d5d9fc02e67c1548259ea194487b7e7bed5f5015b4397b2610
7
+ data.tar.gz: 0d486f2cf44234b69ed457bcc6580068670396a3690775e50db5ff73c3a37bbb7121e137029aec8af5aa81f3305144b22ee03f63df7e97503bf76aa198bf364c
@@ -1,7 +1,7 @@
1
1
  <script>
2
2
  window.Cobot = window.Cobot || {};
3
3
  window.Cobot.iframeResize = function(height) {
4
- if(window.top !== window) {
4
+ if(window.top != window && window.socket) {
5
5
  window.socket.postMessage(height || window.Cobot.iframeHeight());
6
6
  }
7
7
  };
@@ -9,7 +9,7 @@
9
9
  return $('body').outerHeight();
10
10
  };
11
11
  window.Cobot.scrollTop = 0;
12
- if(window.top !== window) {
12
+ if(window.top != window) {
13
13
  easyXDM.query = <%== xdm_params.to_json %>;
14
14
  $(window).load(function() {
15
15
  window.socket = new easyXDM.Socket({
@@ -1,3 +1,3 @@
1
1
  module CobotClient
2
- VERSION = "0.6.6"
2
+ VERSION = "0.6.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cobot_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.6
4
+ version: 0.6.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Lang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-11 00:00:00.000000000 Z
11
+ date: 2014-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: virtus