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({ $element({
tag: 'span', tag: 'span',
className: 'error', className: 'error',
appendChild: [ textContent: t('setStylelintError')
t('setStylelintError') + ' ',
makeLink('https://jsonlint.com/', 'jsonlint')
]
}) })
] ]
})); }));