Thread
:
Colored emails not coloring based on tags in 6.0rc1
View Single Post
#
3
(
permalink
)
11-03-2009, 10:23 AM
rwecker
New Member
Posts: 4
Code to change
unzip the com file
File coloredemails.
js
at line 163 change
tagName = appCtxt.getById(tgs[0]).name;
to
tagName = appCtxt.getById(tgs[0]).name.toLowerCase();
save re-zip file and deploy that should fix it
rwecker
View Public Profile
Find all posts by rwecker