Completely updated React, fixed #11, (hopefully)
This commit is contained in:
2
goTorrentWebUI/node_modules/style-loader/lib/addStyles.js
generated
vendored
2
goTorrentWebUI/node_modules/style-loader/lib/addStyles.js
generated
vendored
@@ -64,7 +64,7 @@ module.exports = function(list, options) {
|
||||
|
||||
// Force single-tag solution on IE6-9, which has a hard limit on the # of <style>
|
||||
// tags it will allow on a page
|
||||
if (!options.singleton) options.singleton = isOldIE();
|
||||
if (!options.singleton && typeof options.singleton !== "boolean") options.singleton = isOldIE();
|
||||
|
||||
// By default, add <style> tags to the <head> element
|
||||
if (!options.insertInto) options.insertInto = "head";
|
||||
|
Reference in New Issue
Block a user