Lang & Help they are off but still loaded

Post Reply
User avatar
mpca86
Observer
Observer
Posts: 13
Joined: Tue Jan 16, 2018 9:41 pm
Location: Poprad
Station model: NodeMCU ESP8266
Software: via API
Contact:

Lang & Help they are off but still loaded

Post by mpca86 » Fri Feb 09, 2018 10:07 pm

I have configured the config.php file

Code: Select all

...............
$hideHelpOpener = true;
...............
$userCustomLang = false;
..............
While the buttons are not displayed on the webpage, they are still loaded in the source code. Why? :roll:

User avatar
Jachym
Site Admin
Site Admin
Posts: 1686
Joined: Fri Aug 18, 2017 10:12 pm
Location: Brno, Czech Republic
Station model: WH1080
Software: Meteobridge
Contact:

Re: Lang & Help they are off but still loaded

Post by Jachym » Sat Feb 10, 2018 7:22 am

If I remember correctly they are in the code, but they are placed in a DIV element which is hidden so you should not see them on the page.

Post Reply