From 13e8e4cbfdede1cb678a6ce6139773fd767ec6b8 Mon Sep 17 00:00:00 2001 From: doncr Date: Sat, 10 Dec 2016 01:12:56 +0000 Subject: [PATCH] Removed original conjugation test function. --- conjugation/drill.html | 47 ------------------------------------------ conjugation/drill.js | 21 ------------------- 2 files changed, 68 deletions(-) diff --git a/conjugation/drill.html b/conjugation/drill.html index 532f83d..e438a13 100644 --- a/conjugation/drill.html +++ b/conjugation/drill.html @@ -152,52 +152,5 @@ --> - diff --git a/conjugation/drill.js b/conjugation/drill.js index 8e62f76..31cb10c 100644 --- a/conjugation/drill.js +++ b/conjugation/drill.js @@ -397,27 +397,6 @@ function getAdjectiveForms(dictionary_form) { } } -function showForms(event) { - - if (event.keyCode == 13) { - - var input = $("input").val(); - var result = new getVerbForms(input); - - $("#word").html(input); - $("#masu").html(result["formal"]); - $("#te").html(result["te-form"]); - $("#present_negative").html(result["negative"]); - $("#past_informal").html(result["past"]); - $("#past_negative_informal").html(result["past negative"]); - - var result = new getAdjectiveForms(input); - - $("#present_negative_adj").html(result["present negative adj"]); - $("#past_affirmative_adj").html(result["past affirmative adj"]); - } -} - var verb_relative_form = { "dictionary" : {