Commit a172abef authored by Leo Iannacone's avatar Leo Iannacone

Merge remote-tracking branch 'github/master' into portable

parents 13d18993 c318282d
......@@ -340,11 +340,11 @@ function Page_Distrubion(socket) {
$('#files').show();
},
set_tags: function (file, tags) {
console.log(file, tags);
// debug(2, "setting tag", file, tags);
$('li[id="file-' + file + '"] .tags').html(tags);
},
set_size: function (file, size) {
//console.log(file, size);
// debug(2, "setting size", file, size);
$('[id="file-' + file + '"] a').append('<span class="size">' + size + '</span>');
}
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment