From a372951a53bd94d177ed1df40f527a7b0a712627 Mon Sep 17 00:00:00 2001 From: Mark Nadal Date: Mon, 15 Jan 2018 00:27:12 -0800 Subject: [PATCH] fix super serious put --- examples/contact/index.html | 35 +++-- examples/gps/index.html | 2 +- examples/style.css | 91 +++++++------ gun.js | 21 ++- gun.min.js | 2 +- package.json | 2 +- sea.js | 13 ++ src/chain.js | 20 ++- src/get.js | 4 +- src/onto.js | 5 +- src/put.js | 6 + src/root.js | 72 ++++++++--- src/set.js | 8 +- test/debug/deep-set.html | 27 ++++ test/panic/set.js | 201 ++++++++++++++++++++++++++++ test/panic/who.js | 252 ++++++++++++++++++++++++++++++++++++ test/ptsd/streampipe.js | 134 +++++++++++++++++++ test/sea-tmp.html | 33 +++++ 18 files changed, 836 insertions(+), 92 deletions(-) create mode 100644 test/debug/deep-set.html create mode 100644 test/panic/set.js create mode 100644 test/panic/who.js create mode 100644 test/ptsd/streampipe.js create mode 100644 test/sea-tmp.html diff --git a/examples/contact/index.html b/examples/contact/index.html index 3c19d9a3..1bffd9df 100644 --- a/examples/contact/index.html +++ b/examples/contact/index.html @@ -13,7 +13,8 @@ margin: 1em 0; padding: 1em; border: none; - background: white; + background: rgba(100%, 100%, 100%, 0.9); + back-ground: white; } .sigbut { display: inline-block; @@ -56,7 +57,7 @@