From 300487e7440fe85ef0d2f42c2d390010dcc9b72f Mon Sep 17 00:00:00 2001 From: sanj Date: Thu, 29 Jul 2010 00:38:11 +0530 Subject: [PATCH] ups --- edgware/static/js/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edgware/static/js/editor.js b/edgware/static/js/editor.js index 41dba86..9932694 100644 --- a/edgware/static/js/editor.js +++ b/edgware/static/js/editor.js @@ -1633,7 +1633,7 @@ $('.play_media').live("click", function(e) { var r = $(this).getResource(); var filePath = r.file; var base_url = "http://" + window.location.hostname; - window.open(base_url _ filePath); + window.open(base_url + filePath); }); $('.toggle_handle').live("click", function() {