From c423cd1f79988bbe190c22d6548647469794a1ef Mon Sep 17 00:00:00 2001 From: Ruud Date: Fri, 24 Aug 2012 16:23:42 +0200 Subject: [PATCH] Load new "thanks" frame in about page --- couchpotato/static/scripts/page/about.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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:' + + '' + }) ); },