Invalid JS syntax
-
In /classes/em-location-posts-admin.php,
admin_head()outputs JS withpublic static, which is not valid syntax.Line 23:
jQuery(document).ready( public static function($){
Should be:jQuery(document).ready( function($){
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Invalid JS syntax’ is closed to new replies.