pull/1/head
ansuz 8 years ago
parent 38a115d8f8
commit 1b3ce5aa96

@ -498,7 +498,7 @@ define([
'title': Messages.pinLimitReached 'title': Messages.pinLimitReached
}).append($limitIcon).hide().appendTo($userContainer); }).append($limitIcon).hide().appendTo($userContainer);
var todo = function (e, overLimit) { 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) { if (overLimit) {
$limit.show().click(function () { $limit.show().click(function () {
Cryptpad.alert(Messages.pinLimitReachedAlert, null, true); Cryptpad.alert(Messages.pinLimitReachedAlert, null, true);

Loading…
Cancel
Save