> $(".form-config-content-make-button").click(function() {
>         $("#form-config-content-make").submit(top.$.nyroModalRemove());      
>
> });

That's not a "callback" function, it's a "call me right now" function
because you've included the paretheses.

Reply via email to