Попытка показа видео через proxy
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
$(function(){
|
||||
if (typeof(video_data.file) !== 'undefined') {
|
||||
$('#player').attr('src', video_data.file);
|
||||
$('#player').attr('src', '${basedir}'+video_data.file);
|
||||
} else if (typeof(video_data.playlist) !== 'undefined') {
|
||||
$('#pl-season').removeClass('hide');
|
||||
menu = $('#pl-season-menu');
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
smenu.find('a').bind('click', function(){
|
||||
$('#dropdownSerial').html(this.text + ' <span class="caret"></span>');
|
||||
$('#player').attr('src', this.attributes['data-file'].value);
|
||||
$('#player').attr('src', '${basedir}'+this.attributes['data-file'].value);
|
||||
});
|
||||
|
||||
$('#pl-serial').removeClass('hide');
|
||||
|
||||
Reference in New Issue
Block a user