I found a little bug in inc/scripts.php in Carmen template.
There is a "wrong" quotation mark in code line 72 after the file ending .js:
line72: $document->addScript('https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/noframework.waypoints.min.js"', true, false);
BTW: can I change the external script to internal? Are there any disadvantages?
I thought of:
line72: $document->addScript('templates/'.$this->template.'/js/noframework.waypoints.min.js', true, false);
and adding the js file to the template/js directory.
What do you think?
Regards
Oliver