removing googleplay link and image

This commit is contained in:
Kasper Rynning-Tønnesen
2015-11-29 01:12:23 +01:00
parent 01526405f9
commit 7bc4546ca5
2 changed files with 2 additions and 3 deletions

View File

@@ -16,9 +16,6 @@
<div class="col l4 offset-l2 s12 valign-wrapper"> <div class="col l4 offset-l2 s12 valign-wrapper">
<ul> <ul>
<li> <li>
<a href="https://play.google.com/store/apps/details?id=no.lqasse.zoff">
<img title="Get it on Google Play" src="/static/images/google_play.png">
</a>
<a href="https://github.com/zoff-music/Zoff"> <a href="https://github.com/zoff-music/Zoff">
<img title="Contribute on GitHub" src="/static/images/GitHub_Logo.png" alt="GitHub" /> <img title="Contribute on GitHub" src="/static/images/GitHub_Logo.png" alt="GitHub" />
</a> </a>

View File

@@ -76,6 +76,8 @@ db.on('error',function(err) {
io.on('connection', function(socket){ io.on('connection', function(socket){
console.log("connections");
socket.emit("get_list"); socket.emit("get_list");
var guid = hash_pass(socket.handshake.headers["user-agent"] + socket.handshake.address + socket.handshake.headers["accept-language"]); var guid = hash_pass(socket.handshake.headers["user-agent"] + socket.handshake.address + socket.handshake.headers["accept-language"]);