From 7cfa36f0622d75845009afc08f62ff40d1a4debb Mon Sep 17 00:00:00 2001 From: Chisu Yu Date: Thu, 21 Feb 2013 09:03:27 +0000 Subject: [PATCH] =?UTF-8?q?[=EC=9C=A0=EC=B9=98=EC=88=98]=20[NOBTS]=20appli?= =?UTF-8?q?cation=20dropdown=EB=B0=94=EB=80=8C=EB=A9=B4=20=EC=9E=90?= =?UTF-8?q?=EB=8F=99=20=EC=A1=B0=ED=9A=8C.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@1243 84d0f5b1-2673-498c-a247-62c4ff18d310 --- src/main/webapp/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index 52b5182c0..424e8696f 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -518,6 +518,10 @@ $(document).ready(function () { alert("[NOT IMPLEMENTED]\n\nNOTE : 한꺼번에 많은 점을 선택했을 때 다 보여주지 않고.. 페이징?? 스크롤 페이징을 사용해도 될 것 같기도 하고..."); }); + $("#application").bind("change", function() { + updateCharts(); + }); + cleanup(); });