File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,4 +111,14 @@ dist
111111.yarn /cache
112112.yarn /unplugged
113113.yarn /build-state.yml
114- .pnp. *
114+ .pnp. *
115+
116+ # vim
117+ # Swap
118+ [._ ]* .s [a-v ][a-z ]
119+ ! * .svg # comment out if you don't need vector files
120+ [._ ]* .sw [a-p ]
121+ [._ ]s [a-rt-v ][a-z ]
122+ [._ ]ss [a-gi-z ]
123+ [._ ]sw [a-p ]
124+
Original file line number Diff line number Diff line change @@ -93,13 +93,15 @@ $(document).ready(function () {
9393 $ ( this ) . remove ( ) ;
9494 } , 350 ) ;
9595 } ) ;
96- setTimeout ( function ( ) {
97- $ ( `#${ classy } ` ) . removeClass ( "slideInRight" ) ;
98- $ ( `#${ classy } ` ) . addClass ( "slideOutRight" ) ;
96+ if ( mode != "is-danger" ) {
9997 setTimeout ( function ( ) {
100- $ ( `#${ classy } ` ) . remove ( ) ;
101- } , 350 ) ;
102- } , duration ) ;
98+ $ ( `#${ classy } ` ) . removeClass ( "slideInRight" ) ;
99+ $ ( `#${ classy } ` ) . addClass ( "slideOutRight" ) ;
100+ setTimeout ( function ( ) {
101+ $ ( `#${ classy } ` ) . remove ( ) ;
102+ } , 350 ) ;
103+ } , duration ) ;
104+ }
103105 }
104106
105107 /**
You can’t perform that action at this time.
0 commit comments