Update logo redirect in forms

pull/1/head
yflory 3 years ago
parent 478e95e24c
commit 513c2d51fc

@ -2226,7 +2226,7 @@ define([
h('span', 'CryptPad')
]);
$(logo).click(function () {
framework._.sfCommon.gotoURL('/drive/');
APP.framework._.sfCommon.gotoURL('/');
});
return logo;
};

Loading…
Cancel
Save