mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
removing googleplay link and image
This commit is contained in:
@@ -16,9 +16,6 @@
|
||||
<div class="col l4 offset-l2 s12 valign-wrapper">
|
||||
<ul>
|
||||
<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">
|
||||
<img title="Contribute on GitHub" src="/static/images/GitHub_Logo.png" alt="GitHub" />
|
||||
</a>
|
||||
|
||||
@@ -76,6 +76,8 @@ db.on('error',function(err) {
|
||||
|
||||
io.on('connection', function(socket){
|
||||
|
||||
console.log("connections");
|
||||
|
||||
socket.emit("get_list");
|
||||
|
||||
var guid = hash_pass(socket.handshake.headers["user-agent"] + socket.handshake.address + socket.handshake.headers["accept-language"]);
|
||||
|
||||
Reference in New Issue
Block a user