Browse Source

Cross out the /a/

nagadomi 9 years ago
parent
commit
ee71773a09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/ui.js

+ 1 - 1
assets/ui.js

@@ -17,7 +17,7 @@ $(function (){
 	if (checked.val() == "art") {
 	    $("h1").text("waifu2x");
 	} else {
-	    $("h1").text("wife2x");
+	    $("h1").html("w<s>/a/</s>ifu2x");
 	}
     }
     function on_change_noise_level(e)