Started adding frontend notifications, fixing firefox file upload bug
This commit is contained in:
2
goTorrentWebUI/node_modules/react-toastify/node_modules/core-js/fn/regexp/escape.js
generated
vendored
Normal file
2
goTorrentWebUI/node_modules/react-toastify/node_modules/core-js/fn/regexp/escape.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
require('../../modules/es7.regexp.escape');
|
||||
module.exports = require('../../modules/$.core').RegExp.escape;
|
8
goTorrentWebUI/node_modules/react-toastify/node_modules/core-js/fn/regexp/index.js
generated
vendored
Normal file
8
goTorrentWebUI/node_modules/react-toastify/node_modules/core-js/fn/regexp/index.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
require('../../modules/es6.regexp.constructor');
|
||||
require('../../modules/es6.regexp.flags');
|
||||
require('../../modules/es6.regexp.match');
|
||||
require('../../modules/es6.regexp.replace');
|
||||
require('../../modules/es6.regexp.search');
|
||||
require('../../modules/es6.regexp.split');
|
||||
require('../../modules/es7.regexp.escape');
|
||||
module.exports = require('../../modules/$.core').RegExp;
|
Reference in New Issue
Block a user