summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBpear <bpear96@gmail.com>2014-04-08 16:46:16 -0400
committerBpear <bpear96@gmail.com>2014-04-08 16:46:16 -0400
commitd9ce431e21f6435a72af96e51d525b91ff2b39c4 (patch)
tree5b3fd3ed6f556e1b2a30d164fe8933219477c4d0
parentd7f4c1548decb6ead8218f9016c6169b24e53562 (diff)
downloadpopcorn-app-origin/remote-control.zip
popcorn-app-origin/remote-control.tar.gz
popcorn-app-origin/remote-control.tar.bz2
-rw-r--r--rc/static/js/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/rc/static/js/index.js b/rc/static/js/index.js
index 8510b32..1f04562 100644
--- a/rc/static/js/index.js
+++ b/rc/static/js/index.js
@@ -52,6 +52,7 @@ function showOverlay(movie) {
$info.find('.watch-now').click(function(){
socket.emit('play', movie);
event.preventDefault();
+ window.location.port = 8888;
});
$info.find('.back').click(function() {