mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added message if someone ever donates, and updated the title of import field
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user