Add limit warning in pad2

This commit is contained in:
yflory
2017-08-21 12:24:33 +02:00
parent 30aef71603
commit 140c6f3776
6 changed files with 24 additions and 2 deletions

View File

@@ -698,7 +698,7 @@ define([
});
}
};
Cryptpad.isOverPinLimit(todo);
Common.isOverPinLimit(todo);
return $limit;
};