Commit 9718d6e1 authored by Leo Iannacone's avatar Leo Iannacone

fix clean files list

parent 7c375650
...@@ -70,6 +70,8 @@ socket.on('distribution_packages', function(data){ ...@@ -70,6 +70,8 @@ socket.on('distribution_packages', function(data){
socket.on('package_file_list', function(data){ socket.on('package_file_list', function(data){
$('#files ul').html(''); $('#files ul').html('');
$('#debs ul').html('');
$('#archives ul').html('')
tmp = data tmp = data
data.package.files.forEach(function(f){ data.package.files.forEach(function(f){
tmp.file = f tmp.file = f
......
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