update 404 messages and show actual text faster

This commit is contained in:
ansuz
2017-12-04 17:33:06 +01:00
parent 34223e4b78
commit fc4fea9c54
2 changed files with 4 additions and 4 deletions

View File

@@ -68,10 +68,10 @@ define([
};
};
makeDecryptor(brand, 90, 4, function () { })();
makeDecryptor(brand, 70, 2, function () { })();
makeDecryptor(title, 50, 14, function () { })();
makeDecryptor(link, 20, 10, function () {})();
makeDecryptor(message, 12, 5, function () {
makeDecryptor(link, 20, 4, function () {})();
makeDecryptor(message, 12, 3, function () {
console.log('done');
})();
});