Skip to content

Bug: Button doesn't re-enable

edited December 2012 in Troubleshooting
When on the send-to page where you can toggle between lists to send to. If you select a list in the multi-select box that produces the error about hitting the daily maximum, the 'Send newsletter now!' button disables. It doesn't get re-enabled when you select a list which doesn't present that warning.

Comments

  • BenBen
    edited December 2012
    There's indeed a bug.

    I've fixed the JS file and updated the build.

    The only file changed is /js/create/main.js.

    If you want to directly update this file on your server, edit line 133:

    change $("#real-btn").removeClass("disabled");

    to $("#real-btn").removeAttr("disabled");
This discussion has been closed.