From 510f3dfe336c40d0aa9abcb7fecde3a2f4f6995a Mon Sep 17 00:00:00 2001 From: Azgaar Date: Mon, 6 Jun 2022 23:27:47 +0300 Subject: [PATCH] perf(about): lazy-load images, remove Tumblr --- images/Tumblr.png | Bin 310 -> 0 bytes index.html | 18 +++++------------- versioning.js | 2 +- 3 files changed, 6 insertions(+), 14 deletions(-) delete mode 100644 images/Tumblr.png diff --git a/images/Tumblr.png b/images/Tumblr.png deleted file mode 100644 index 2b65ddad9b169e1ca4e055907145f05f0c57ee81..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 310 zcmeAS@N?(olHy`uVBq!ia0y~yU{C;I4mJh`hT^KKFANL}e?46sLn>~)y>95m>?qQZ zxY#AdTt#!sR2hX0F1I6&b62!oiHeMP#p=X2$!=3*#08@XK^u%%JPmF{+x%BL`r$?r zv+?GR&kwTObn7JK4$F0TEOm0=(D)j7Q07s|^43L#QWG9ydq{S51+i<4* zfbJ24&!QI&FuR--)IPqA*{Y&h^Bcje%p|8zQO%Aqv0=!2hvG17O$VP z`&N_HH7$j&JKKD7LL9`H{?#7ne$TL%RolhjIm^V=rZw#v=XV@5eYf$z($&`sSTr9V z3U!daEW{XloAH-co5#i@V)JJt_h`%PShare on FacebookShare on Facebook
  • @@ -2265,15 +2265,7 @@ href="https://twitter.com/intent/tweet?source=https%3A%2F%2Fazgaar.github.io%2FFantasy-Map-Generator&text=%23FantasyMapGenerator%0A%0Ahttps%3A//azgaar.github.io/Fantasy-Map-Generator" target="_blank" data-tip="Tweet" - >Tweet -
  • -
  • - Post to TumblrTweet
  • @@ -2281,7 +2273,7 @@ href="http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fazgaar.github.io%2FFantasy-Map-Generator" target="_blank" data-tip="Pin it" - >Pin itPin it
  • @@ -2289,12 +2281,12 @@ href="http://www.reddit.com/submit?url=https%3A%2F%2Fazgaar.github.io%2FFantasy-Map-Generator" target="_blank" data-tip="Submit to Reddit" - >Submit to RedditSubmit to Reddit
  • Join Discord serverJoin Discord server
  • diff --git a/versioning.js b/versioning.js index f2da3518..a811c90f 100644 --- a/versioning.js +++ b/versioning.js @@ -1,7 +1,7 @@ "use strict"; // version and caching control -const version = "1.86.00"; // generator version, update each time +const version = "1.86.01"; // generator version, update each time { document.title += " v" + version;