File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
apps/Core/Views/Default/html/devtools/modules Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 ( ) ;
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' ) ;
You can’t perform that action at this time.
0 commit comments