Browse Source

Merge 998f2bbf47 into 3391516db3

pull/6361/merge
Bill Moritz 8 years ago
committed by GitHub
parent
commit
29cac44b62
  1. 4
      couchpotato/static/scripts/combined.base.min.js
  2. 5
      couchpotato/static/scripts/page/about.js

4
couchpotato/static/scripts/combined.base.min.js

@ -2085,9 +2085,7 @@ var AboutSettingTab = new Class({
text: ". For as low as $7.95 per month, you’ll get:" text: ". For as low as $7.95 per month, you’ll get:"
})), new Element("ul").adopt(new Element("li.icon-ok", { })), new Element("ul").adopt(new Element("li.icon-ok", {
text: Math.ceil((today.getTime() - millennium.getTime()) / one_day) + " days retention" text: Math.ceil((today.getTime() - millennium.getTime()) / one_day) + " days retention"
}), new Element("li.icon-ok[text=No speed or download limits]"), new Element("li.icon-ok[text=Free SSL Encrypted connections]"))), new Element("div.donate", { }), new Element("li.icon-ok[text=No speed or download limits]"), new Element("li.icon-ok[text=Free SSL Encrypted connections]"))));
html: 'Or support me via: <iframe src="https://couchpota.to/donate.html" scrolling="no"></iframe>'
}));
}, },
fillVersion: function(json) { fillVersion: function(json) {
if (!json) return; if (!json) return;

5
couchpotato/static/scripts/page/about.js

@ -120,10 +120,7 @@ var AboutSettingTab = new Class({
new Element('li.icon-ok[text=No speed or download limits]'), new Element('li.icon-ok[text=No speed or download limits]'),
new Element('li.icon-ok[text=Free SSL Encrypted connections]') new Element('li.icon-ok[text=Free SSL Encrypted connections]')
) )
), )
new Element('div.donate', {
'html': 'Or support me via: <iframe src="https://couchpota.to/donate.html" scrolling="no"></iframe>'
})
); );
}, },

Loading…
Cancel
Save