|
|
@ -103,6 +103,8 @@ define([
|
|
|
|
pad.title = hash.slice(0,8);
|
|
|
|
pad.title = hash.slice(0,8);
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
pad.href = pad.href.replace(/^https:\/\/beta\.cryptpad\.fr/,
|
|
|
|
|
|
|
|
'https://cryptpad.fr');
|
|
|
|
return pad;
|
|
|
|
return pad;
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
console.error("[Cryptpad.migrateRecentPads] pad had unexpected value");
|
|
|
|
console.error("[Cryptpad.migrateRecentPads] pad had unexpected value");
|
|
|
@ -210,8 +212,6 @@ define([
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//var pads = getRecentPads();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var now = new Date();
|
|
|
|
var now = new Date();
|
|
|
|
var href = window.location.href;
|
|
|
|
var href = window.location.href;
|
|
|
|
|
|
|
|
|
|
|
|