Put the following code in console.
require(["jquery"],function($){
$( ".mselect-fixed label" ).each(function( index ) {
if($(this).children("input").hasClass("mselect-checked")){}
else $(this).trigger('click');
});
});
Put the following code in console.
require(["jquery"],function($){
$( ".mselect-fixed label" ).each(function( index ) {
if($(this).children("input").hasClass("mselect-checked")){}
else $(this).trigger('click');
});
});
by
Tags:
Leave a Reply