Implemented Spell Dialogs
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
Template.registerHelper("colorClass", function(color){
|
||||
return color? getColorClass(color) : getColorClass(this.color);
|
||||
});
|
||||
|
||||
Template.registerHelper("hexColor", function(color){
|
||||
return colorOptions[color].color;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user