From a9545e4fa50017be6423cdbfddc009e031f6ce47 Mon Sep 17 00:00:00 2001 From: Ruud Date: Fri, 24 Aug 2012 16:08:01 +0200 Subject: [PATCH] Remove paypal link --- couchpotato/static/scripts/page/about.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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 ;)' + - '
' + - '' + - '' + - '' + - '
' - }) + ) ); },