diff --git a/couchpotato/static/scripts/page/about.js b/couchpotato/static/scripts/page/about.js index 0b346799..0a966672 100644 --- a/couchpotato/static/scripts/page/about.js +++ b/couchpotato/static/scripts/page/about.js @@ -100,7 +100,12 @@ var AboutSettingTab = new Class({ new Element('li[text=No speed or download limits]'), new Element('li[text=Free SSL Encrypted connections]') ) - ) + ), + new Element('div.donate', { + 'html': + 'Or support me via:' + + '' + }) ); },