diff --git a/couchpotato/static/scripts/page/about.js b/couchpotato/static/scripts/page/about.js index 93687b49..0b346799 100644 --- a/couchpotato/static/scripts/page/about.js +++ b/couchpotato/static/scripts/page/about.js @@ -100,16 +100,7 @@ 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, buy me a (24 pack) Pepsi, for while I\'m coding ;)' + - '
' + - '' + - '' + - '' + - '
' - }) + ) ); },