Hi i have the following function in inline js file. It is working only for Default and classic themes. Not working for remaining themes…
$(document).ready(function(){
function openDrawer() {
$(“.NewTable .sk-icon-preview”).trigger(“click”);
};
openDrawer();
});
Page 1 / 1
My guess is that the other themes do not have the .sk-icon-preview Change your icon to something that all themes can access
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.