Page 1 of 1

AppGiniHelper.min.js

Posted: 2020-01-05 19:28
by kanklovitch
Hi Guys
I am trying to install AppGiniHelper.min.js but it comes up in my text editor as one line like shown in the attachment. I have tried 2 editors.

Thanks in advance.

Ken

Re: AppGiniHelper.min.js

Posted: 2020-01-06 15:32
by onoehring
Hi Ken,

this is correct and supposed to be like this. The obfuscation used by Jan should prevent stealing his knowledge and expertise.
You can still use the file!
Simply place the file in your hooks directory and add

Code: Select all

<script src="hooks/AppGiniHelper.min.js"></script>
to your /hooks/header-extras.php file.

Olaf

Re: AppGiniHelper.min.js

Posted: 2020-01-07 04:05
by kanklovitch
Thanks very much Olaf.