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