ZenphotoCMS Forum
How to remove this chunck of javascript from header - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: How to remove this chunck of javascript from header (/thread-9757.html)



How to remove this chunck of javascript from header - jackdaw - 2012-03-09

// This is a very simple demo that shows how a range of elements can // be paginated. // The elements that will be displayed are in a hidden DIV and are // cloned for display. The elements are static, there are no Ajax // calls involved.
etc. etc.

It's in the head of my zenpage header, and I would like to have it externally.




How to remove this chunck of javascript from header - fretzl - 2012-03-09

It's part of comment_form.php in the zp-extensions folder.
So you can either disable the comment_form plugin or modify it.




How to remove this chunck of javascript from header - jackdaw - 2012-03-09

I don't use comments, so a good idea to remove it Thanks.




How to remove this chunck of javascript from header - acrylian - 2012-03-09

You should also be able to remove that by just disabling the pagination of comments (don'T remember but think it is not loaded then).




How to remove this chunck of javascript from header - jackdaw - 2012-03-09

You're absolutely right! That makes the head of my pages a lot shorter.