Enable feedback in pad2

This commit is contained in:
yflory
2017-08-22 18:18:58 +02:00
parent e81bb3fe08
commit c33b128bf4
4 changed files with 34 additions and 7 deletions

View File

@@ -75,7 +75,8 @@ define([
pathname: window.location.pathname,
readOnly: readOnly,
availableHashes: hashes,
isTemplate: Cryptpad.isTemplate(window.location.href)
isTemplate: Cryptpad.isTemplate(window.location.href),
feedbackAllowed: Cryptpad.isFeedbackAllowed()
}
});
});