Hello to everyone,
Today I tried to make some changes to my template and when I go to templates---->styles simplicity all tabs have disappeared. Please have a look at the follow image. Have anyone any idea what happened?
Thanks in advance!
var type = items[i].split('=')[0].test(/^\d+$/) ? 'ItemID' : 'Option';
var type = !isNaN(items[i].split('=')[0]) ? 'ItemID' : 'Option';