1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
DanielnetoDotCom 2021-01-13 13:08:55 -03:00
parent 4a4f8ff3de
commit 8a08195549

View file

@ -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>');