Remove the 'enablePinning' config property
This commit is contained in:
@@ -258,7 +258,7 @@ define([
|
||||
}));
|
||||
}
|
||||
|
||||
if (common.isLoggedIn() && AppConfig.enablePinning) {
|
||||
if (common.isLoggedIn()) {
|
||||
// check the size of this file...
|
||||
var bytes = 0;
|
||||
NThen(function (waitFor) {
|
||||
|
||||
Reference in New Issue
Block a user