Skip to content
Snippets Groups Projects
Commit 5a4607f4 authored by Arne Jørgensen's avatar Arne Jørgensen
Browse files

Fixed JSLint warning.

parent da0e7d6b
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@
$(this).addClass('exceeded');
}
if (val.length == 0) {
if (val.length === 0) {
$tooltip.html(Drupal.t('Should contain max. <strong>@limit</strong> characters.',{
'@limit': limit
}));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment