Commit 9aad0bbb authored by Leo Iannacone's avatar Leo Iannacone

reset sticky on getting packages and files list

parent d7839181
......@@ -112,8 +112,8 @@ function Page_Distrubion(socket)
$('#packages ul').append('<li class="text-muted">No packages yet</li>')
}
packages.show()
sticky.reset()
},
clean: function () {
$('#packages ul').html('')
},
......@@ -201,6 +201,7 @@ function Page_Distrubion(socket)
$('#sources').show()
}
files.show()
sticky.reset()
},
clean: function() {
$('#logs ul').html('');
......
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