From 76af3b90a72df95dc430f94816304aa744d1abc5 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 12 Dec 2017 13:47:24 +0100 Subject: [PATCH] stub createUnpinnedWarning0 --- www/common/cryptpad-common.js | 7 +++---- www/common/toolbar3.js | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) 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;