mirror of
				https://github.com/KevinMidboe/zoff.git
				synced 2025-10-29 18:00:23 +00:00 
			
		
		
		
	Merge pull request #255 from zoff-music/refactor/qr-code-footer
Removed qr code from footer
This commit is contained in:
		@@ -373,7 +373,7 @@ function share_link_modifier_frontpage() {
 | 
			
		||||
    $("#twitter-code-link").attr("href", "https://twitter.com/intent/tweet?url=https://zoff.me/&text=Check%20out%20Zoff!&via=zoffmusic");
 | 
			
		||||
    $("#twitter-code-link").attr("onclick", "window.open('https://twitter.com/intent/tweet?url=https://zoff.me/&text=Check%20out%20Zoff!&via=zoffmusic','Share Playlist','width=600,height=300'); return false;");
 | 
			
		||||
    //$("#qr-code-link").attr("href", "//chart.googleapis.com/chart?chs=500x500&cht=qr&chl=https://zoff.me/&choe=UTF-8&chld=L%7C1");
 | 
			
		||||
    $("#qr-code-image-link").attr("src", "//chart.googleapis.com/chart?chs=150x150&cht=qr&chl=https://zoff.me/&choe=UTF-8&chld=L%7C1");
 | 
			
		||||
    //$("#qr-code-image-link").attr("src", "//chart.googleapis.com/chart?chs=150x150&cht=qr&chl=https://zoff.me/&choe=UTF-8&chld=L%7C1");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function initfp() {
 | 
			
		||||
 
 | 
			
		||||
@@ -2022,7 +2022,7 @@ function share_link_modifier_channel(){
 | 
			
		||||
    $("#facebook-code-link").attr("onclick", "window.open('https://www.facebook.com/sharer/sharer.php?u=https://zoff.me/" + chan.toLowerCase() + "', 'Share Playlist','width=600,height=300'); return false;");
 | 
			
		||||
    $("#twitter-code-link").attr("href", "https://twitter.com/intent/tweet?url=https://zoff.me/" + chan.toLowerCase() + "&text=Check%20out%20this%20playlist%20" + chan.toLowerCase() + "%20on%20Zoff!&via=zoffmusic");
 | 
			
		||||
    $("#twitter-code-link").attr("onclick", "window.open('https://twitter.com/intent/tweet?url=https://zoff.me/" + chan.toLowerCase() + "/&text=Check%20out%20this%20playlist%20" + chan.toLowerCase() + "%20on%20Zoff!&via=zoffmusic','Share Playlist','width=600,height=300'); return false;");
 | 
			
		||||
    $("#qr-code-image-link").attr("src", "//chart.googleapis.com/chart?chs=150x150&cht=qr&chl=https://zoff.me/" + chan.toLowerCase() + "&choe=UTF-8&chld=L%7C1");
 | 
			
		||||
    //$("#qr-code-image-link").attr("src", "//chart.googleapis.com/chart?chs=150x150&cht=qr&chl=https://zoff.me/" + chan.toLowerCase() + "&choe=UTF-8&chld=L%7C1");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function before_toast(){
 | 
			
		||||
 
 | 
			
		||||
@@ -49,25 +49,21 @@
 | 
			
		||||
                    </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>
 | 
			
		||||
                            <div id="qr-code-link" class="hide-on-small-only">
 | 
			
		||||
                                <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!" />
 | 
			
		||||
                            </div>
 | 
			
		||||
                        </li>
 | 
			
		||||
                    </ul>
 | 
			
		||||
                </div>
 | 
			
		||||
                            <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>
 | 
			
		||||
                </ul>
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="footer-copyright">
 | 
			
		||||
            <div class="container">
 | 
			
		||||
                © {{year}}
 | 
			
		||||
                <a href="http://kasperrt.no">KasperRT</a> &
 | 
			
		||||
                <a href="http://nixo.no">Nixo</a>,
 | 
			
		||||
                <br>
 | 
			
		||||
                All rights reserved
 | 
			
		||||
                <a class="right" href="https://github.com/zoff-music/">Contribute on GitHub</a>
 | 
			
		||||
            </div>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class="footer-copyright">
 | 
			
		||||
        <div class="container">
 | 
			
		||||
            © {{year}}
 | 
			
		||||
            <a href="http://kasperrt.no">KasperRT</a> &
 | 
			
		||||
            <a href="http://nixo.no">Nixo</a>,
 | 
			
		||||
            <br>
 | 
			
		||||
            All rights reserved
 | 
			
		||||
            <a class="right" href="https://github.com/zoff-music/">Contribute on GitHub</a>
 | 
			
		||||
        </div>
 | 
			
		||||
    </footer>
 | 
			
		||||
    </div>
 | 
			
		||||
</footer>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user