Remove drive trim history from settings for anon users

pull/1/head
yflory 4 years ago
parent 7f534221c0
commit 25a5783fb3

@ -955,7 +955,7 @@ define([
cb(content);
};
makeBlock('trim-history', function(cb, $div) {
if (!common.isLoggedIn()) { return; }
if (!common.isLoggedIn()) { return void cb(false); }
redrawTrimHistory(cb, $div);
}, true);

Loading…
Cancel
Save