Admin Configurations lost

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Jun 15, 2017 5:49 pm
Reply with quote
Report this post
Hi,

Update my joomla to 3.7.2 and when I enter in the template's administration I don't see the tabs.

The template is: gk_game

I try updating the template but still don't work.

Please help
User avatar
Fresh Boarder

teitbite
Mon Jun 19, 2017 9:39 am
Reply with quote
Report this post
Hi,

Try to change the following line from /admin/scripts/js file:

Code: Select all
var type = items[i].split('=')[0].test(/^\d+$/) ? 'ItemID' : 'Option';



into:

Code: Select all
var type = !isNaN(items[i].split('=')[0]) ? 'ItemID' : 'Option';
User avatar
Moderator

GK User
Tue Jun 27, 2017 3:31 pm
Reply with quote
Report this post
Thanks, this work :D
User avatar
Fresh Boarder

teitbite
Fri Jun 30, 2017 1:26 pm
Reply with quote
Report this post
Hi

Great to hear that. Closing this thread than.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.