diff --git a/www/common/cryptpad-common.js b/www/common/cryptpad-common.js index c8f6f1dae..2ff827ee7 100644 --- a/www/common/cryptpad-common.js +++ b/www/common/cryptpad-common.js @@ -4,18 +4,17 @@ define([ '/common/common-util.js', '/common/common-hash.js', '/common/common-messaging.js', - '/common/common-realtime.js', '/common/common-constants.js', '/common/common-feedback.js', '/common/outer/local-store.js', '/common/outer/store-rpc.js', - '/common/pinpad.js', '/customize/application_config.js', '/bower_components/nthen/index.js', ], function (Config, Messages, Util, Hash, - Messaging, Realtime, Constants, Feedback, LocalStore, AStore, - Pinpad, AppConfig, Nthen) { + Messaging, Constants, Feedback, LocalStore, AStore, + AppConfig, Nthen) { + /* This file exposes functionality which is specific to Cryptpad, but not to any particular pad type. This includes functions for committing metadata diff --git a/www/common/toolbar3.js b/www/common/toolbar3.js index ca3d1dbfd..cb0152018 100644 --- a/www/common/toolbar3.js +++ b/www/common/toolbar3.js @@ -720,6 +720,7 @@ define([ }; var createUnpinnedWarning0 = function (toolbar, config) { + if (true) { return; } // stub this call since it won't make it into the next release if (Common.isLoggedIn()) { return; } var pd = config.metadataMgr.getPrivateData(); var o = pd.origin;