Remove link to jsonlint

This commit is contained in:
Rob Garrison 2017-08-20 10:25:43 -05:00
parent 9d1a1427a0
commit 7da5bd1408

View File

@ -279,10 +279,7 @@ function setupStylelintPopup(rules) {
$element({
tag: 'span',
className: 'error',
appendChild: [
t('setStylelintError') + ' ',
makeLink('https://jsonlint.com/', 'jsonlint')
]
textContent: t('setStylelintError')
})
]
}));