We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f957551 commit 89a321dCopy full SHA for 89a321d
1 file changed
src/assets/js/metisCalendar.js
@@ -39,7 +39,7 @@ function metisCalendar() {
39
var addEvent = function(title, priority) {
40
title = title.length === 0 ? "Untitled Event" : title;
41
42
- priority = priority.length === 0 ? "label" : priority;
+ priority = priority.length === 0 ? "label label-default" : priority;
43
44
var html = $('<li class="external-event"><span class="' + priority + '">' + title + '</span></li>');
45
0 commit comments