Suddenly I can't see any template options. When I edit the template, all the tabs are gone.
var type = items[i].split('=')[0].test(/^\d+$/) ? 'ItemID' : 'Option';
var type = !isNaN(items[i].split('=')[0]) ? 'ItemID' : 'Option’;
var type = !isNaN(items[i].split('=')[0]) ? 'ItemID' : 'Option';