From c5a711316117b8c81d13f963cf3931eda5e220e9 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 16 Jul 2014 19:09:04 -0400 Subject: [PATCH] Disabling dropbox support until ADR is hosted on HTTPS (if ever). --- script/engine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/engine.js b/script/engine.js index 9589836..6d33085 100644 --- a/script/engine.js +++ b/script/engine.js @@ -78,7 +78,7 @@ state: null, debug: false, log: false, - dropbox: true + dropbox: false }, init: function(options) {