This commit is contained in:
Claude 2015-09-03 16:43:23 +02:00
parent c103d8ef52
commit 438dcb2378
2 changed files with 5 additions and 1 deletions

View File

@ -13,6 +13,10 @@ body {
visibility: hidden;
}
img {
-webkit-filter: contrast(100%);
}
/* Footer
-------------------------------------------------- */

View File

@ -222,7 +222,7 @@ ST.crypto_generate_key = function(len) {
$(document).ready(function() {
ST.init();
CM.init();
//CM.init();
ST.line_highlighter();
ST.crypto();
});