Make iframe https

This commit is contained in:
Ruud
2013-10-12 23:12:45 +02:00
parent 213b03589a
commit 93bd75acc8
+1 -1
View File
@@ -106,7 +106,7 @@ var AboutSettingTab = new Class({
new Element('div.donate', {
'html':
'Or support me via:' +
'<iframe src="http://couchpota.to/donate.html" style="border:none; height: 200px;" scrolling="no"></iframe>'
'<iframe src="https://couchpota.to/donate.html" style="border:none; height: 200px;" scrolling="no"></iframe>'
})
);