Added message if someone ever donates, and updated the title of import field

This commit is contained in:
Kasper Rynning-Tønnesen
2015-07-13 12:16:45 +02:00
parent 924cbc9ede
commit 5baaab8575
5 changed files with 21 additions and 5 deletions

View File

@@ -99,6 +99,8 @@ String.prototype.capitalizeFirstLetter = function() {
$(document).ready(function (){
//Materialize.toast("<a href='/remote' style='color:white;'>Try out our new feature, remote!</a>", 8000)
if(window.location.hash == "#donation")
$('#donation').openModal()
list_html = $("#channel-list-container").html();
window.list_html = list_html;