File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jQuery(document).ready(function($) {
2929 type : 'POST' ,
3030 url : SourceGithub . rest_api ( repo_id + '/webhook' ) ,
3131 success : function ( data , textStatus , xhr ) {
32- status_icon . removeClass ( "fa-times red" ) . addClass ( "fa-check green" ) ;
32+ status_icon . removeClass ( "fa-exclamation-triangle red" ) . addClass ( "fa-check green" ) ;
3333 status_message . text ( xhr . statusText ) ;
3434 $ ( '#webhook_create > button' ) . prop ( "disabled" , true ) ;
3535 } ,
3636 error : function ( xhr , textStatus , errorThrown ) {
37- status_icon . removeClass ( "fa-check green" ) . addClass ( "fa-times red" ) ;
37+ status_icon . removeClass ( "fa-check green" ) . addClass ( "fa-exclamation-triangle red" ) ;
3838 status_message . text ( errorThrown ) ;
3939 console . error (
4040 'Webhook creation failed' ,
You can’t perform that action at this time.
0 commit comments