mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 18:28:54 +00:00
Typo
This commit is contained in:
@@ -1131,6 +1131,7 @@ $_sleep = "$_phpn ${DIR}/../test/showsleep.php";
|
||||
} else if ($binaries == 3) {
|
||||
$log = writelog($panes0[2]);
|
||||
$_update_cmd = "$_python ${DIR}/../test/binaries_safe_threaded.py 2>&1 $log";
|
||||
}
|
||||
|
||||
if ($releases_run != 0) {
|
||||
$run_releases = "$_python ${DIR}/../test/releases_threaded.py";
|
||||
|
||||
@@ -225,6 +225,15 @@ jQuery(function($){
|
||||
$('#colorbox').removeClass().addClass('cboxMovie');
|
||||
});
|
||||
|
||||
$("a.modal_imdbtrailer").colorbox({ // IMDB trailer modal
|
||||
href: function(){ return SERVERROOT + "movietrailer/"+$(this).attr('name').substring(4)+'&modal'; },
|
||||
title: function(){ return $(this).parent().parent().children('a.title').text(); },
|
||||
innerWidth:"800px", innerHeight:"450px", initialWidth:"800px", initialHeight:"450px", speed:0, opacity:0.7
|
||||
}).click(function(){
|
||||
$('#colorbox').removeClass().addClass('cboxMovie');
|
||||
});
|
||||
|
||||
|
||||
$("table.data a.modal_music").colorbox({ // Music modal
|
||||
href: function(){ return SERVERROOT + "musicmodal/"+$(this).attr('name').substring(4)+'&modal'; },
|
||||
title: function(){ return $(this).parent().parent().children('a.title').text(); },
|
||||
|
||||
Reference in New Issue
Block a user