From dcf51deb66bd53e4db698fe2659938211e4b6e9c Mon Sep 17 00:00:00 2001 From: stitz Date: Wed, 16 Dec 2020 14:41:01 +0100 Subject: [PATCH] mailto --- README.md | 6 ++++++ mailto.js | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 mailto.js diff --git a/README.md b/README.md index cc8b8db..c850b94 100644 --- a/README.md +++ b/README.md @@ -181,4 +181,10 @@ git submodule add https://git.seemsleg.it/ef/cssjs-func-lib cssjs console.error( error ); } ); +``` + +## mailto +``` +mail@no-thx-server.de ``` \ No newline at end of file diff --git a/mailto.js b/mailto.js new file mode 100644 index 0000000..626dba4 --- /dev/null +++ b/mailto.js @@ -0,0 +1,3 @@ +mail = $('span.mailto').html(); +mail = mail.replace('no-thx-',''); +$('span.mailto').html(''+ mail +''); \ No newline at end of file