Control Web Panel

Developers => Suggestions => Topic started by: nova on November 29, 2015, 08:52:04 PM

Title: Found a BUG - in main.js for navigation
Post by: nova on November 29, 2015, 08:52:04 PM
navigation panels current hover not working. check this..

file : main.js
line : 124
old line : var afterDomain = window.location.pathname;
fixed new line :    var afterDomain = window.location.pathname+window.location.search;

and navigation working on !
please update script in new version.

thank you.
Title: Re: Found a BUG - in main.js for navigation
Post by: Administrator on November 30, 2015, 11:23:36 PM
what exactly do you mean that isn't working ?
Title: Re: Found a BUG - in main.js for navigation
Post by: nova on December 05, 2015, 10:03:04 PM
before
(http://i65.tinypic.com/14m5j08.png)

after
(http://i66.tinypic.com/2ia8ped.png)

a simple mistake, not something to worry too much. just caught my eye.
Title: Re: Found a BUG - in main.js for navigation
Post by: Administrator on December 06, 2015, 07:03:48 PM
great, added in the new CWP which will be release soon