Skip to content

Commit 89a321d

Browse files
committed
update default label
1 parent f957551 commit 89a321d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/assets/js/metisCalendar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function metisCalendar() {
3939
var addEvent = function(title, priority) {
4040
title = title.length === 0 ? "Untitled Event" : title;
4141

42-
priority = priority.length === 0 ? "label" : priority;
42+
priority = priority.length === 0 ? "label label-default" : priority;
4343

4444
var html = $('<li class="external-event"><span class="' + priority + '">' + title + '</span></li>');
4545

0 commit comments

Comments
 (0)