Title: [Plugin: Sidebar Generator] Sidebar generator bug
Last modified: August 19, 2016

---

# [Plugin: Sidebar Generator] Sidebar generator bug

 *  [TeckniX](https://wordpress.org/support/users/tecknix/)
 * (@tecknix)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-sidebar-generator-sidebar-generator-bug/)
 * Just a quick bug on the Sidebar Generator –
 * If you create a new sidebar and then try to remove it, you get the following 
   error:
    “Firefox doesn’t know how to open this address, because the protocol (
   javacript) isn’t associated with any program.”
 * The link for the ‘remove’ action is:
    javacript:void(0);
 * If you refresh the page, this is no longer an issue – This should be a pretty
   quick/easy fix 🙂
 * [http://wordpress.org/extend/plugins/sidebar-generator/](http://wordpress.org/extend/plugins/sidebar-generator/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [TeckniX](https://wordpress.org/support/users/tecknix/)
 * (@tecknix)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-sidebar-generator-sidebar-generator-bug/#post-1566416)
 * btw the issue is in the following file:
    wp-content/themes/aspire/functions/sidebar_generator.
   php
 * `removeLink.setAttribute('href', 'javacript:void(0)');`
    should be `removeLink.
   setAttribute('href', 'javascript:void(0)');`

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Sidebar Generator] Sidebar generator bug’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/sidebar-generator.svg)
 * [Sidebar Generator](https://wordpress.org/plugins/sidebar-generator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sidebar-generator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sidebar-generator/)
 * [Active Topics](https://wordpress.org/support/plugin/sidebar-generator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sidebar-generator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sidebar-generator/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [TeckniX](https://wordpress.org/support/users/tecknix/)
 * Last activity: [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-sidebar-generator-sidebar-generator-bug/#post-1566416)
 * Status: not resolved