diff --git a/browserid/static/relay/relay.js b/browserid/static/relay/relay.js
index b5fd0fdec481c83e5facfe38c0e772497696eaa4..4788aa531d8d74f2afa249259ecb9210dcafbc9c 100644
--- a/browserid/static/relay/relay.js
+++ b/browserid/static/relay/relay.js
@@ -39,9 +39,7 @@ window.console = window.console || {
   log: function() {}
 };
 
-steal.plugins()
-
-	.resources('../../dialog/resources/jschannel')
+steal.resources('../../dialog/resources/jschannel')
 
           .then(function($) {
             // XXX get rid of this setTimeout.  It is in so that the build 
diff --git a/browserid/views/relay.ejs b/browserid/views/relay.ejs
index 203d0c6c7854cd84ee1e0b430e214661882adffd..98fe8af105446512daf8f5bc28639773c5d53e79 100644
--- a/browserid/views/relay.ejs
+++ b/browserid/views/relay.ejs
@@ -6,7 +6,7 @@
 </head>
   <body>
       Relay iframe.  Woohoo!
-  <script type="text/javascript" src="https://browserid.org/dialog/resources/jschannel.js"></script>
+  <!--script type="text/javascript" src="https://browserid.org/dialog/resources/jschannel.js"></script>
   <script type="text/javascript">
     var ipServer = "https://browserid.org";
 
@@ -38,7 +38,7 @@
         }
     }
 
-  </script>
-  <!--script type='text/javascript' src='https://browserid.org/steal/steal<%= production ? ".production" : "" %>.js?relay'></script-->
+  </script-->
+  <script type='text/javascript' src='https://browserid.org/steal/steal<%= production ? ".production" : "" %>.js?relay'></script>
 	</body>
 </html>