remember code and wysiwyg pads

This commit is contained in:
ansuz
2016-06-21 18:49:37 +02:00
parent 0a8137e7eb
commit 1526c26f8e
3 changed files with 2 additions and 12 deletions

View File

@@ -26,17 +26,6 @@ define([
toolbar;
var secret = Cryptpad.getSecrets();
/*
var key;
var channel = '';
var hash = false;
if (!/#/.test(window.location.href)) {
key = Crypto.genKey();
} else {
hash = window.location.hash.slice(1);
channel = hash.slice(0, 32);
key = hash.slice(32);
}*/
var andThen = function (CMeditor) {
var $pad = $('#pad-iframe');
@@ -156,6 +145,7 @@ define([
$bar.find('#cryptpad-saveContent').click(exportText);
window.location.hash = info.channel + secret.key;
Cryptpad.rememberPad();
};
var updateUserList = function(shjson) {