Skip to content

Commit d06d0db

Browse files
committed
[spalenque] - #13160 * sangria jobs post button bugfix
1 parent efc6b64 commit d06d0db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

jobs/js/admin/sangria.page.job.extension.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ jQuery(document).ready(function($) {
335335
contentType: "application/json; charset=utf-8",
336336
dataType: "json",
337337
success: function (data,textStatus,jqXHR) {
338+
btn.attr("disabled", false);
338339
row.hide('slow', function(){ row.remove();});
339340
},
340341
error: function (jqXHR, textStatus, errorThrown) {

0 commit comments

Comments
 (0)