This commit is contained in:
ansuz 2017-04-28 16:08:47 +02:00
parent 38a115d8f8
commit 1b3ce5aa96
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ define([
'title': Messages.pinLimitReached
}).append($limitIcon).hide().appendTo($userContainer);
var todo = function (e, overLimit) {
if (e) { return void console.error("Unable tog et the pinned usage"); }
if (e) { return void console.error("Unable to get the pinned usage"); }
if (overLimit) {
$limit.show().click(function () {
Cryptpad.alert(Messages.pinLimitReachedAlert, null, true);