File tree Expand file tree Collapse file tree 1 file changed +5
-17
lines changed
src/main/resources/static/js Expand file tree Collapse file tree 1 file changed +5
-17
lines changed Original file line number Diff line number Diff line change @@ -264,15 +264,8 @@ jQuery(document).ready(
264
264
validateRulesJsonAndCreateSubscriptions ( file ) ;
265
265
}
266
266
267
- // If MS Internet Explorer -> special handling for creating
268
- // download
269
- // file window.
270
- if ( window . navigator . msSaveOrOpenBlob ) {
271
- createUploadWindowMSExplorer ( ) ;
272
- } else {
273
- // HTML5 Download File window handling
274
- createRulesUploadWindow ( ) ;
275
- }
267
+ // HTML5 Download File window handling
268
+ createRulesUploadWindow ( ) ;
276
269
} ) ;
277
270
278
271
//Upload list of events json data
@@ -296,14 +289,9 @@ jQuery(document).ready(
296
289
validateEventsJsonAndCreateSubscriptions ( file ) ;
297
290
}
298
291
299
- // If MS Internet Explorer -> special handling for creating download
300
- // file window.
301
- if ( window . navigator . msSaveOrOpenBlob ) {
302
- createUploadWindowMSExplorer ( ) ;
303
- } else {
304
- // HTML5 Download File window handling
305
- createUploadWindow ( ) ;
306
- }
292
+
293
+ // HTML5 Download File window handling
294
+ createUploadWindow ( ) ;
307
295
} ) ;
308
296
309
297
// Download the modified rule
You can’t perform that action at this time.
0 commit comments