Double slashes in javascript src url
-
Recommendation to the author to remove the slash in front of the javascript path in line 26 of inc/hs-wysiwyg.php:
HUBSPOT_URL . '/js/editor_buttons.js';should be
HUBSPOT_URL . 'js/editor_buttons.js';
The topic ‘Double slashes in javascript src url’ is closed to new replies.