mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
label-important to label-danger
This commit is contained in:
@@ -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">×</button>');
|
||||
|
||||
closeButton.on('click', function(e) {
|
||||
|
||||
Reference in New Issue
Block a user