AppGiniHelper.min.js

Topics related to AppGini plugins/add-ons go here.
Post Reply
kanklovitch
Veteran Member
Posts: 159
Joined: 2019-02-03 17:26

AppGiniHelper.min.js

Post by kanklovitch » 2020-01-05 19:28

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
Attachments
AppGiniHelper JS.jpg
AppGiniHelper JS.jpg (83.4 KiB) Viewed 3984 times

User avatar
onoehring
AppGini Super Hero
AppGini Super Hero
Posts: 1156
Joined: 2019-05-21 22:42
Location: Germany
Contact:

Re: AppGiniHelper.min.js

Post by onoehring » 2020-01-06 15:32

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

kanklovitch
Veteran Member
Posts: 159
Joined: 2019-02-03 17:26

Re: AppGiniHelper.min.js

Post by kanklovitch » 2020-01-07 04:05

Thanks very much Olaf.

Post Reply