This commit is contained in:
sanj 2010-07-29 00:38:11 +05:30
parent ecf3348307
commit 300487e744

View File

@ -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() {