Quote Originally Posted by mvstudio View Post
Thank you for looking into it.

I believe so. It appears on 2 places in the header

PHP Code:
<script type="text/javascript"><!--//<=!=[=C=D=A=T=A=[
if (typeof zcJS == "undefined" || !zcJS) {
  
window.zcJS = { name'zcJS'version'0.1.0.0' };
};

zcJS.ajax = function (options) { 

PHP Code:
zcJS.timer = function (options) {
  var 
defaults = {
    
interval10000,
    
startEventnull,
    
intervalEventnull,
    
stopEventnull 
I was grabbing at some straws with the question but wanted to be sure that the correct portion of the code would be expected to be processed.

I think I have identified the cause (okay besides the programming that I added in), which was an attempt to evaluate the result of a function to see if it was empty or not. I have made a change in the master branch to account for a better arrangement, though that entire portion is still under review. I was going to try to use zen_href_link to build the link so that it would be more informative when using a URI rewriter, but because ajax.php itself must be called statically, it doesn't specifically resolve the issue previously described so I incorporated what I did to move things along and perhaps identify other strict processing issues that haven't yet been identified. :)

Again thank you for the notification and patience.

See this commit for proposed resolution of the above: https://github.com/mc12345678/Dynami...0748a66b3e7758