mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 22:45:46 +01:00
removed commented out line
This commit is contained in:
@@ -8,7 +8,6 @@ define(['taskbar'], function(taskbar) {
|
||||
};
|
||||
|
||||
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 closeButton = $('<button class="close">×</button>');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user