Multiple UI Improvements: Added Magic Login Pro, fixed sorting, updated version, fixed toggle behavior, improved responsive layout

This commit is contained in:
Marcus Quinn
2025-03-17 02:42:16 +00:00
parent 52a0d25a53
commit d860f8f24f
5 changed files with 22 additions and 5 deletions

View File

@ -58,6 +58,7 @@ jQuery(document).ready(function($) {
// Prevent label clicks from toggling the checkbox directly
$('.wp-setting-label, .wp-allstars-toggle-left label').on('click', function(e) {
e.preventDefault();
e.stopPropagation();
});