support old hashes in /poll

pull/1/head
ansuz 2017-01-09 11:46:21 +01:00
parent 4902aebe77
commit 0373556475
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ define([
var secret = Cryptpad.getSecrets();
var readOnly = secret.keys && !secret.keys.editKeyStr;
if (!secret.keys) {
secret.keys = secret.key;
}
Cryptpad.addLoadingScreen();
var onConnectError = function (info) {