From 89df81609539db62682d6fb2010658df25085ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=AF=D0=BA=D0=BE=D0=B2=D0=B5=D0=BD=D0=BA=D0=BE=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Wed, 11 Apr 2018 12:42:19 +0300 Subject: [PATCH] Update Solution.js --- MyFirstWeb/src/main/webapp/Solution.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MyFirstWeb/src/main/webapp/Solution.js b/MyFirstWeb/src/main/webapp/Solution.js index 9fad7e6..3f8df8c 100644 --- a/MyFirstWeb/src/main/webapp/Solution.js +++ b/MyFirstWeb/src/main/webapp/Solution.js @@ -1,4 +1,4 @@ - function square_solution() { +$(document).ready(function () { var a = document.table.A.value; var b = document.table.B.value; var c = document.table.C.value;