Re: Nginx virtual host configuration
Hello Ish,
On 29 September 2015 at 13:39, Mohammad Nadim <nadim.attari_at_gmail.com>
wrote:
> To do so, you can modify the last 2 lines:
>
> var s = document.getElementsByTagName('script')[0];
> s.parentNode.insertBefore(wf, s);
>
> Replace with
>
> var s = document.getElementsByTagName('script');
> s[s.length - 1].parentNode.insertBefore(wf, s[s.length - 1]);
>
>
This is a perfect example of "hacking" - that it you hack the code
according to your needs. Beware some *people* will start tagging us as
"hackers" :p
Regards,
Nadim Attari
Received on Tue Sep 29 2015 - 09:48:09 PST
This archive was generated by hypermail 2.3.0
: Tue Sep 29 2015 - 09:54:03 PST