After updating the site to Joomla 3.7 the template settings are not there anymore.
Any information about an update would be welcome.
Greetings,
Paul
var type = items[i].split('=')[0].test(/^\d+$/) ? 'ItemID' : 'Option';
var type = !isNaN(items[i].split('=')[0]) ? 'ItemID' : 'Option';
Hi,
Try to change the following line from gk_mo/admin/scripts/js file: (...)
var type = !isNaN(items[i].split('=')[0]) ? 'ItemID' : 'Option';