diff --git a/src/backend-libs/.htaccess b/src/backend-libs/.htaccess new file mode 100644 index 0000000..3a42882 --- /dev/null +++ b/src/backend-libs/.htaccess @@ -0,0 +1 @@ +Deny from all diff --git a/src/if_sync-01_186384.png b/src/if_sync-01_186384.png deleted file mode 100644 index 3df77f8..0000000 Binary files a/src/if_sync-01_186384.png and /dev/null differ diff --git a/src/index.php b/src/index.php index 19e96c1..681f0da 100644 --- a/src/index.php +++ b/src/index.php @@ -88,14 +88,14 @@ if (isset($_GET['username']) && isset($_GET['domain'])) { document.getElementById('email-' + id + '-html').style.display = 'block'; document.getElementById('email-' + id + '-plain').style.display = 'none'; document.getElementById('show-html-button-' + id).style.display = 'none'; - document.getElementById('show-plain-button-' + id).style.display = 'block'; + document.getElementById('show-plain-button-' + id).style.display = 'inline-block'; return false; } function showPlain(id) { document.getElementById('email-' + id + '-html').style.display = 'none'; document.getElementById('email-' + id + '-plain').style.display = 'block'; - document.getElementById('show-html-button-' + id).style.display = 'block'; + document.getElementById('show-html-button-' + id).style.display = 'inline-block'; document.getElementById('show-plain-button-' + id).style.display = 'none'; return false; } @@ -129,11 +129,6 @@ if (isset($_GET['username']) && isset($_GET['domain'])) { ?> -
- -
or   generate random @@ -188,7 +183,7 @@ if (isset($_GET['username']) && isset($_GET['domain'])) {