How to remove this chunck of javascript from header

`
// 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.

Comments

  • fretzl Administrator, Developer
    It's part of `comment_form.php` in the `zp-extensions` folder.
    So you can either disable the `comment_form` plugin or modify it.
  • I don't use comments, so a good idea to remove it ;) Thanks.
  • acrylian Administrator, Developer
    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).
  • You're absolutely right! :) That makes the head of my pages a lot shorter.
Sign In or Register to comment.