Load new "thanks" frame in about page

This commit is contained in:
Ruud
2012-08-24 16:23:42 +02:00
parent a9545e4fa5
commit c423cd1f79
+6 -1
View File
@@ -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>'
})
);
},