diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2018-01-28 00:04:37 +0100 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2018-01-28 00:04:37 +0100 |
commit | 762915a7d42f4e05db6db2118fbf86841784909d (patch) | |
tree | 7c93ba13d8ebe45486e8ea7d7b4818e31048728b | |
parent | e58254f14a275ab1355b2511443755d53b5d11c9 (diff) |
Make invisible field hidden again.
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -149,7 +149,7 @@ final class LookingGlass { } } - print('<input type="text" class="hidden" name="dontlook" placeholder="Don\'t look at me!" />'); + print('<input type="text" class="d-none" name="dontlook" placeholder="Don\'t look at me!" />'); print('</form>'); print('</div>'); print('<div class="loading">'); |