File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 208208 else
209209 {
210210 $ ( this ) . remove ( ) ;
211+ //IE11 compatibility issue #2
211212 //A small Element.remove() polyfill for IE
212213 //https://stackoverflow.com/questions/20428877/javascript-remove-doesnt-work-in-ie
213214 //
347348 else
348349 {
349350 this . remove ( ) ;
351+ //IE11 compatibility issue #2
350352 //A small Element.remove() polyfill for IE
351353 //https://stackoverflow.com/questions/20428877/javascript-remove-doesnt-work-in-ie
352354 //
Original file line number Diff line number Diff line change 199199 else
200200 {
201201 $ ( this ) . remove ( ) ;
202+ //IE11 compatibility issue #2
202203 //A small Element.remove() polyfill for IE
203204 //https://stackoverflow.com/questions/20428877/javascript-remove-doesnt-work-in-ie
204205 //
323324 else
324325 {
325326 this . remove ( ) ;
327+ //IE11 compatibility issue #2
326328 //A small Element.remove() polyfill for IE
327329 //https://stackoverflow.com/questions/20428877/javascript-remove-doesnt-work-in-ie
328330 //
Original file line number Diff line number Diff line change 208208 else
209209 {
210210 $ ( this ) . remove ( ) ;
211+ //IE11 compatibility issue #2
211212 //A small Element.remove() polyfill for IE
212213 //https://stackoverflow.com/questions/20428877/javascript-remove-doesnt-work-in-ie
213214 //
347348 else
348349 {
349350 this . remove ( ) ;
351+ //IE11 compatibility issue #2
350352 //A small Element.remove() polyfill for IE
351353 //https://stackoverflow.com/questions/20428877/javascript-remove-doesnt-work-in-ie
352354 //
You can’t perform that action at this time.
0 commit comments