From 72677413fe5594c0243c1131858233e64d7df949 Mon Sep 17 00:00:00 2001 From: hamsterbacke23 Date: Tue, 19 Apr 2016 15:48:53 +0200 Subject: [PATCH] Common css class for all items Especially in menus it's really hard to get to the character elements with only "outside" selectors, so a common selector for all would be great... --- jquery.lettering.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.lettering.js b/jquery.lettering.js index 70aae46..c2bb461 100644 --- a/jquery.lettering.js +++ b/jquery.lettering.js @@ -17,7 +17,7 @@ , inject = ''; if (a.length) { $(a).each(function(i, item) { - inject += ''+after; + inject += ''+after; }); t.attr('aria-label',text) .empty()