• Resolved thezedt

    (@thezedt)


    The plugin is loading its script too broadly, making the

    function disableSaveChanges()
    {
    	jQuery("form[action='options.php'] input[type='submit']").attr('disabled','disabled');
    }

    bit apply to other extensions’ settings pages, disabling buttons.

    This should be solved by either making the jQuery call more specific or loading the script only on the plugin’s settings page.

Viewing 1 replies (of 1 total)
  • Plugin Author pushed

    (@pushed)

    Hi @thezedt, you are completely right. We released a new version (v2.1.3) with a better handling of the credentials check process and with the issue you mention solved. Thanks for reporting.

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin loads its script too broadly, blocking buttons in other extensions’ is closed to new replies.