Skip to content
Snippets Groups Projects
Commit fc491f8a authored by Tim Fechner's avatar Tim Fechner
Browse files

Remove some spaces

parent a3bd0951
No related branches found
No related tags found
No related merge requests found
$('[data-submit-only-once="true"]').submit(function(event){
$(this).find("button").addClass("is-loading");
$(this).find(":submit").attr("disabled","disabled");
});
$('[data-submit-only-once="true"]').submit(function(event){
$(this).find("button").addClass("is-loading");
$(this).find(":submit").attr("disabled","disabled");
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment