mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-02-10 19:39:35 +00:00
Added google-play badge and link
This commit is contained in:
@@ -2009,6 +2009,18 @@ nav ul li:hover, nav ul li.active {
|
|||||||
display:none !important;
|
display:none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.google-play-image-list a {
|
||||||
|
padding-left: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.google-play-image-list {
|
||||||
|
margin-left: -1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.google-play-image-list a img {
|
||||||
|
width: 19.25em;
|
||||||
|
}
|
||||||
|
|
||||||
#bar
|
#bar
|
||||||
{
|
{
|
||||||
height:100%;
|
height:100%;
|
||||||
|
|||||||
@@ -170,6 +170,12 @@
|
|||||||
<i class="material-icons left footer-button-icon">payment</i>Donate
|
<i class="material-icons left footer-button-icon">payment</i>Donate
|
||||||
</a>
|
</a>
|
||||||
</form>
|
</form>
|
||||||
|
</li>
|
||||||
|
<li class="google-play-image-list">
|
||||||
|
<a href="https://play.google.com/store/apps/details?id=zoff.me.zoff&hl=no&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1">
|
||||||
|
<img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png"/></a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
<p class="hide-on-small-only">
|
<p class="hide-on-small-only">
|
||||||
<div id="qr-code-link">
|
<div id="qr-code-link">
|
||||||
<img id="qr-code-image-link" class="card rounded" src="//chart.googleapis.com/chart?chs=150x150&cht=qr&chl=https://zoff.me/{{list_name}}&choe=UTF-8&chld=L%7C1" alt="QRCode for link" title="QR code for this page, for easy sharing!" />
|
<img id="qr-code-image-link" class="card rounded" src="//chart.googleapis.com/chart?chs=150x150&cht=qr&chl=https://zoff.me/{{list_name}}&choe=UTF-8&chld=L%7C1" alt="QRCode for link" title="QR code for this page, for easy sharing!" />
|
||||||
|
|||||||
@@ -51,8 +51,8 @@ catch(err){
|
|||||||
cors_proxy.createServer({
|
cors_proxy.createServer({
|
||||||
requireHeader: ['origin', 'x-requested-with'],
|
requireHeader: ['origin', 'x-requested-with'],
|
||||||
removeHeaders: ['cookie', 'cookie2'],
|
removeHeaders: ['cookie', 'cookie2'],
|
||||||
}).listen(8083, function() {
|
}).listen(8081, function() {
|
||||||
console.log('Running CORS Anywhere on :' + 8083);
|
console.log('Running CORS Anywhere on :' + 8081);
|
||||||
});
|
});
|
||||||
var http = require('http');
|
var http = require('http');
|
||||||
server = http.Server(app);
|
server = http.Server(app);
|
||||||
@@ -867,7 +867,6 @@ io.on('connection', function(socket){
|
|||||||
params.hasOwnProperty('shuffling') &&
|
params.hasOwnProperty('shuffling') &&
|
||||||
params.hasOwnProperty('channel'))
|
params.hasOwnProperty('channel'))
|
||||||
{
|
{
|
||||||
|
|
||||||
if(coll !== undefined) {
|
if(coll !== undefined) {
|
||||||
try {
|
try {
|
||||||
coll = params.channel;
|
coll = params.channel;
|
||||||
|
|||||||
Reference in New Issue
Block a user