mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
removed commented out line
This commit is contained in:
@@ -8,7 +8,6 @@ define(['taskbar'], function(taskbar) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
function createImageLabel(img, postImages) {
|
function createImageLabel(img, postImages) {
|
||||||
// var imageLabel = $('<div class="label label-primary"><span>'+ img.name +'</span></div>');
|
|
||||||
var imageLabel = $('<span class="label label-primary">' + img.name +'</span>');
|
var imageLabel = $('<span class="label label-primary">' + img.name +'</span>');
|
||||||
var closeButton = $('<button class="close">×</button>');
|
var closeButton = $('<button class="close">×</button>');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user