diff options
Diffstat (limited to 'vendor/twbs/bootstrap/build/vnu-jar.js')
-rw-r--r-- | vendor/twbs/bootstrap/build/vnu-jar.js | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/vendor/twbs/bootstrap/build/vnu-jar.js b/vendor/twbs/bootstrap/build/vnu-jar.js index 111e03409..7d549cb01 100644 --- a/vendor/twbs/bootstrap/build/vnu-jar.js +++ b/vendor/twbs/bootstrap/build/vnu-jar.js @@ -2,8 +2,8 @@ /*! * Script to run vnu-jar if Java is available. - * Copyright 2017-2018 The Bootstrap Authors - * Copyright 2017-2018 Twitter, Inc. + * Copyright 2017-2019 The Bootstrap Authors + * Copyright 2017-2019 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ @@ -27,9 +27,6 @@ childProcess.exec('java -version', (error, stdout, stderr) => { // Firefox's non-standard autocomplete behavior - see https://bugzilla.mozilla.org/show_bug.cgi?id=654072 'Attribute “autocomplete” is only allowed when the input type is.*', 'Attribute “autocomplete” not allowed on element “button” at this point.', - // We use holder.js with `data-src` and no `src` to avoid 404 errors; - // we could work around this, but I'm not sure it's worth it. - 'Element “img” is missing required attribute “src”.', // Markup used in Components → Forms → Layout → Form grid → Horizontal form is currently invalid, // but used this way due to lack of support for flexbox layout on <fieldset> element in most browsers 'Element “legend” not allowed as child of element “div” in this context.*', |