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

Merge branch 'develop' into portable

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