Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
download  button  비활성.  release 페이지로 이동 할수 있게 처리.
  • Loading branch information
varsqlinfo authored Apr 4, 2021
1 parent 7936956 commit 69c4e09
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h1>
<li class="menu-item active" data-target="#body"><a href="javascript:;">Home</a></li>
<li class="menu-item active" data-target="#database"><a href="javascript:;">지원 DB</a></li>
<li class="menu-item active" data-target="#browser"><a href="javascript:;">지원 브라우저</a></li>
<li class="download-btn"><a href="javascript:;" target="_blank">다운로드</a></li>
<li class="download-btn"><a href="https://github.com/varsqlinfo/varsql-page/releases" target="_blank">다운로드</a></li>
<li class="menu-item" data-target="#support"><a href="javascript:;">문의</a></li>
</ul>
</nav>
Expand Down Expand Up @@ -289,7 +289,7 @@ <h2>

return false;
});

/*
$('.download-btn').on('click', function (){
ga('send', 'event', 'main','button','file_download',1);
Expand All @@ -302,6 +302,7 @@ <h2>
window.open("https://github.com/varsqlinfo/varsql-page/releases/download/1.1.9/varsql-1.1.9.zip","","");
});
*/
})

</script>
Expand Down

0 comments on commit 69c4e09

Please sign in to comment.