Commit 798d283a authored by Leo Iannacone's avatar Leo Iannacone

Merge branch 'develop' into portable

parents 7648ccbe 54946d83
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
, "version": "0.0.1" , "version": "0.0.1"
, "private": true , "private": true
, "dependencies": { , "dependencies": {
"express": "3.4.8" "express": "3.x"
, "ejs": ">= 0.0.1" , "ejs": ">= 0.0.1"
, "socket.io": "*" , "socket.io": "*"
, "tail": "*" , "tail": "*"
......
...@@ -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('');
......
...@@ -145,4 +145,5 @@ footer { ...@@ -145,4 +145,5 @@ footer {
#file .no-background { #file .no-background {
background: none; background: none;
border: none; border: none;
color: #101010;
} }
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