Browse Source

Load new "thanks" frame in about page

pull/770/head
Ruud 13 years ago
parent
commit
c423cd1f79
  1. 7
      couchpotato/static/scripts/page/about.js

7
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:' +
'<iframe src="http://couchpota.to/donate.html" style="border:none; height: 200px;" scrolling="no"></iframe>'
})
);
},

Loading…
Cancel
Save