Skip to content

Commit

Permalink
https://github.com/WWBN/AVideo/issues/9783#issuecomment-2614612068
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jan 31, 2025
1 parent 4b428ab commit 878b101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions view/managerPlugins_body.php
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ function pluginPermissionsBtn(plugins_id) {
if (row.enabled) {
checked = " checked='checked' ";
}
switchBtn = '<div class="material-small material-switch pull-left"><input name="enable' + row.uuid + '" id="enable' + row.uuid + '" type="checkbox" value="0" class="pluginSwitch" data-pname="' + row.name + '" ' + checked + ' /><label for="enable' + row.uuid + '" class="label-success"></label></div>';
switchBtn = '<div class="material-small material-switch pull-left" style="direction: ltr;"><input name="enable' + row.uuid + '" id="enable' + row.uuid + '" type="checkbox" value="0" class="pluginSwitch" data-pname="' + row.name + '" ' + checked + ' /><label for="enable' + row.uuid + '" class="label-success"></label></div>';
}

} else {
Expand Down Expand Up @@ -718,4 +718,4 @@ function createPluginStoreList(src, name, price, description) {
$('#pluginStoreList').append('<div class="clearfix"></div>');
}
}
</script>
</script>

0 comments on commit 878b101

Please sign in to comment.