[Plugin: ICS Calendar] unterminated string literal
-
Hi
I got an “unterminated string literal” error message at the following part:
56 jQuery(document).ready(function() { 57 jQuery("a.ics-nav-button").click(function() { 58 jQuery.get("
in the cal-functions.php file’s line 21
jQuery.get("' . ICSCALENDAR_URLPATH . 'ajax-load.php?showMonth="+jQuery(this).attr("month")+"'.$urlString.'", function(data) {
and none of the next/previous month buttons works
any idea, what’s wrong?
- The topic ‘[Plugin: ICS Calendar] unterminated string literal’ is closed to new replies.