diff --git a/Makefile b/Makefile
index 4a9e4866..7b0710ea 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ syncdev: distro
cp config.js $(TMP)
#aws --profile pzp s3 sync --follow-symlinks $(TMP)/ s3://8bitworkshop.com/dev/
s3cmd -c ~/.s3pzp sync -MFP $(TMP)/ s3://8bitworkshop.com/dev/
- rsync --stats -riltz --chmod=a+rx -e "ssh" $(TMP)/ config.js $(RSYNC_PATH)/dev/
+ rsync --stats -riltz --delete --chmod=a+rx -e "ssh" $(TMP)/ config.js $(RSYNC_PATH)/dev/
syncprod: distro
@[ "${VERSION}" ] || ( echo ">> No version set at HEAD, tag it first"; exit 1 )
diff --git a/electron.html b/electron.html
index 941af236..7ec36b5d 100644
--- a/electron.html
+++ b/electron.html
@@ -373,25 +373,11 @@ body {
-
-
-
-
-
-
-
@@ -399,30 +385,7 @@ function require(modname) {
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-