1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 10:49:36 +02:00
Oinktube/plugin/CustomizeAdvanced/getManagerVideosEdit.js

9 lines
No EOL
291 B
JavaScript

$("#doNotShowAdsOnThisVideo").prop("checked", false);
if (typeof row.externalOptions !== 'undefined' && row.externalOptions) {
var json = JSON.parse(row.externalOptions);
if(json.doNotShowAdsOnThisVideo){
$("#doNotShowAdsOnThisVideo").prop("checked", true);
}
}