label-important to label-danger

This commit is contained in:
psychobunny
2013-08-24 00:43:03 +08:00
parent a008cf971d
commit 8be896aebb
9 changed files with 15 additions and 15 deletions

View File

@@ -8,7 +8,7 @@ define(['taskbar'], function(taskbar) {
};
function createImageLabel(img, postImages) {
var imageLabel = $('<div class="label"><span>'+ img.name +'</span></div>');
var imageLabel = $('<div class="label label-primary"><span>'+ img.name +'</span></div>');
var closeButton = $('<button class="close">&times;</button>');
closeButton.on('click', function(e) {