mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Gruntfile.js: Remove now unneeded validator relaxError option.
This commit is contained in:
+1
-2
@@ -334,8 +334,7 @@ module.exports = function (grunt) {
|
|||||||
relaxerror: [
|
relaxerror: [
|
||||||
'Element img is missing required attribute src.',
|
'Element img is missing required attribute src.',
|
||||||
'Attribute autocomplete not allowed on element input at this point.',
|
'Attribute autocomplete not allowed on element input at this point.',
|
||||||
'Attribute autocomplete not allowed on element button at this point.',
|
'Attribute autocomplete not allowed on element button at this point.'
|
||||||
'Bad value separator for attribute role on element li.'
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
files: {
|
files: {
|
||||||
|
|||||||
Reference in New Issue
Block a user