Title: Double slashes in javascript src url
Last modified: August 22, 2016

---

# Double slashes in javascript src url

 *  [Glenn Welser](https://wordpress.org/support/users/gwelser/)
 * (@gwelser)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/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';
       ```
   
 * [https://wordpress.org/plugins/hubspot/](https://wordpress.org/plugins/hubspot/)

The topic ‘Double slashes in javascript src url’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/hubspot_ffe6d3.svg)
 * [HubSpot for WordPress](https://wordpress.org/plugins/hubspot/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hubspot/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hubspot/)
 * [Active Topics](https://wordpress.org/support/plugin/hubspot/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hubspot/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hubspot/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Glenn Welser](https://wordpress.org/support/users/gwelser/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/double-slashes-in-javascript-src-url/)
 * Status: not resolved