mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
parent
4a4f8ff3de
commit
8a08195549
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
|||
}
|
||||
var randId = (("_" + response[i].id) + videos_id) + Math.random();
|
||||
$(".searchlist" + videos_id + crc).append('<a class="list-group-item"><i class="' + icon + '"></i> <span>'
|
||||
+ response[i].name + '</span><div class="material-switch pull-right"><input id="someSwitchOptionDefault'
|
||||
+ response[i].name_translated + '</span><div class="material-switch pull-right"><input id="someSwitchOptionDefault'
|
||||
+ randId + '" name="someSwitchOption' + response[i].id + videos_id + '" class="playListsVideosIds' + videos_id +' playListsIds_' + response[i].id + '_videos_id_' + videos_id + ' playListsIds' + response[i].id + ' " type="checkbox" value="'
|
||||
+ response[i].id + '" ' + checked + '/><label for="someSwitchOptionDefault'
|
||||
+ randId + '" class="label-success"></label></div></a>');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue