Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
13be9aa0
Commit
13be9aa0
authored
7 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Ignore the bogus lang vnu.jar error.
parent
2f9d4d8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/vnu-jar.js
+3
-1
build/vnu-jar.js
with
3 additions
and
1 deletion
+3
-1
build/vnu-jar.js
+
3
-
1
View file @
13be9aa0
...
@@ -39,7 +39,9 @@ childProcess.exec('java -version', (error, stdout, stderr) => {
...
@@ -39,7 +39,9 @@ childProcess.exec('java -version', (error, stdout, stderr) => {
'
The “time” input type is not supported in all browsers.*
'
,
'
The “time” input type is not supported in all browsers.*
'
,
// IE11 doesn't recognise <main> / give the element an implicit "main" landmark.
// IE11 doesn't recognise <main> / give the element an implicit "main" landmark.
// Explicit role="main" is redundant for other modern browsers, but still valid.
// Explicit role="main" is redundant for other modern browsers, but still valid.
'
The “main” role is unnecessary for element “main”.
'
'
The “main” role is unnecessary for element “main”.
'
,
// For some reason, the validator thinks the dashboard example is written in Danish
'
This document appears to be written in Danish.*
'
].
join
(
'
|
'
)
].
join
(
'
|
'
)
const
args
=
[
const
args
=
[
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment