From 69c4e0904515617740a32011c78fe54dbbf6afcc Mon Sep 17 00:00:00 2001 From: varsqlinfo <46696460+varsqlinfo@users.noreply.github.com> Date: Sun, 4 Apr 2021 12:59:47 +0900 Subject: [PATCH] Update index.html MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit download button 비활성. release 페이지로 이동 할수 있게 처리. --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 336d81a..e6bb32f 100644 --- a/index.html +++ b/index.html @@ -69,7 +69,7 @@

-
  • 다운로드
  • +
  • 다운로드
  • @@ -289,7 +289,7 @@

    return false; }); - + /* $('.download-btn').on('click', function (){ ga('send', 'event', 'main','button','file_download',1); @@ -302,6 +302,7 @@

    window.open("https://github.com/varsqlinfo/varsql-page/releases/download/1.1.9/varsql-1.1.9.zip","",""); }); + */ })