From 2e876b92fc54e6b879e1e4909e3e2398b77832ea Mon Sep 17 00:00:00 2001 From: Mark Nadal Date: Mon, 28 Dec 2015 14:49:24 -0800 Subject: [PATCH] make sure localStorage isn't disabled --- gun.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gun.js b/gun.js index db3ab2f1..223d3ff7 100644 --- a/gun.js +++ b/gun.js @@ -1010,8 +1010,8 @@ (opt = opt || {}).url = opt.url || {}; opt.headers = Gun.obj.copy(tab.headers); opt.url.pathname = '/' + key; - Gun.log("tab get --->", key); - (function local(key, cb){return; // TODO: BUG! UNDO! + //Gun.log("tab get --->", key); + (function local(key, cb){ tab.store.get(tab.prefix + key, function(err, data){ if(err){ return cb(err) } cb(err, Gun.is.graph.ify(data)); // node