ups
This commit is contained in:
parent
ecf3348307
commit
300487e744
|
@ -1633,7 +1633,7 @@ $('.play_media').live("click", function(e) {
|
||||||
var r = $(this).getResource();
|
var r = $(this).getResource();
|
||||||
var filePath = r.file;
|
var filePath = r.file;
|
||||||
var base_url = "http://" + window.location.hostname;
|
var base_url = "http://" + window.location.hostname;
|
||||||
window.open(base_url _ filePath);
|
window.open(base_url + filePath);
|
||||||
});
|
});
|
||||||
|
|
||||||
$('.toggle_handle').live("click", function() {
|
$('.toggle_handle').live("click", function() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user