Skip to content

Commit f1e953d

Browse files
committed
!410 - Removed comment
1 parent c9631ed commit f1e953d

File tree

1 file changed

+3
-2
lines changed
  • apps/Core/Views/Default/html/devtools/modules

1 file changed

+3
-2
lines changed

apps/Core/Views/Default/html/devtools/modules/module.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@
325325
$('#{{componentId}}-{{sectionId}}').BazContentSectionWithForm({'task':'validateForm'});
326326

327327
if ($('#{{componentId}}-{{sectionId}}-alert').length === 0) {
328-
// $('#generate').attr('disabled', true);
329-
// $('#generate').children('i').removeClass('fa-wand-sparkles').addClass('fa-spin fa-cog');
328+
$('#generate').attr('disabled', true);
329+
$('#generate').children('i').removeClass('fa-wand-sparkles').addClass('fa-spin fa-cog');
330330

331331
var postData = { };
332332
postData['bump'] = $('#{{componentId}}-{{sectionId}}-release-type').val();
@@ -684,6 +684,7 @@
684684
paginatedPNotify('error', {'text': response.responseMessage});
685685

686686
$('#commit').attr('disabled', false);
687+
$('#commit').children('i').removeClass('fa-spin fa-cog').addClass('fa-code');
687688
}
688689

689690
}, 'json');

0 commit comments

Comments
 (0)