File tree Expand file tree Collapse file tree 2 files changed +19
-7
lines changed Expand file tree Collapse file tree 2 files changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -111,4 +111,14 @@ dist
111
111
.yarn /cache
112
112
.yarn /unplugged
113
113
.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 () {
93
93
$ ( this ) . remove ( ) ;
94
94
} , 350 ) ;
95
95
} ) ;
96
- setTimeout ( function ( ) {
97
- $ ( `#${ classy } ` ) . removeClass ( "slideInRight" ) ;
98
- $ ( `#${ classy } ` ) . addClass ( "slideOutRight" ) ;
96
+ if ( mode != "is-danger" ) {
99
97
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
+ }
103
105
}
104
106
105
107
/**
You can’t perform that action at this time.
0 commit comments