Skip to content

Commit

Permalink
Another jquery update
Browse files Browse the repository at this point in the history
  • Loading branch information
gneissone committed Feb 1, 2024
1 parent df21ffb commit 933db3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var newIndividualFormUtils = {
bindEventListeners: function() {
this.idCache = {};

this.form.submit(function() {
this.form.on("submit", function() {
newIndividualFormUtils.buildRDFSLabel();
newIndividualFormUtils.submitButton.attr("disabled",true);
});
Expand Down

0 comments on commit 933db3f

Please sign in to comment.