lint compliance

pull/1/head
ansuz 7 years ago
parent 82cd822b29
commit c80c97d7db

@ -23,10 +23,8 @@ define([
var content = h('div#cp-main', [ var content = h('div#cp-main', [
img, img,
brand, brand,
//h('h1#cp-brand', 'CryptPad'),
title, title,
message, message,
//scramble,
link, link,
]); ]);
document.body.appendChild(content); document.body.appendChild(content);
@ -73,7 +71,7 @@ define([
makeDecryptor(brand, 90, 4, function () { })(); makeDecryptor(brand, 90, 4, function () { })();
makeDecryptor(title, 70, 17, function () { })(); makeDecryptor(title, 70, 17, function () { })();
makeDecryptor(link, 20, 12, function () {})(); makeDecryptor(link, 20, 12, function () {})();
makeDecryptor(scramble, 30, 8, function () { makeDecryptor(message, 12, 8, function () {
console.log('done'); console.log('done');
})(); })();
}); });

Loading…
Cancel
Save