From f5ab15b7f76ce7e905270aea3d9596bf39f681e8 Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Thu, 5 Jan 2012 09:02:32 -0700
Subject: [PATCH] update to latest winchan, fixes bug where RPs which
 dynamically add frames to the DOM might hang

---
 resources/static/include_js/include.js | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/resources/static/include_js/include.js b/resources/static/include_js/include.js
index e2ab7fa07..a730fcad8 100644
--- a/resources/static/include_js/include.js
+++ b/resources/static/include_js/include.js
@@ -817,14 +817,11 @@
             }
           };
         }
-      };
+      }
     } else {
       return {
         open: function(url, winopts, arg, cb) {
           setTimeout(function() { cb("unsupported browser"); }, 0);
-        },
-        onOpen: function(cb) {
-          setTimeout(function() { cb("unsupported browser"); }, 0);
         }
       };
     }
-- 
GitLab