Add Node Windows button

This commit is contained in:
semanej 2022-09-12 11:30:42 -04:00 committed by GitHub
parent 79027947d6
commit 9817835573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -23,8 +23,9 @@ Use the buttons to download drivers for use in connecting your applications to I
<button class="btn" onclick="document.getElementById('NodeUbuntu').click()">Node.js Ubuntu</button>
<a id="NodeUbuntu" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/Node.js/lnxubuntu/NodeJS-2022.1.0.209.0-lnxubuntu2004x64.tar.gz?raw=true" download target="_blank" hidden></a> <button class="btn" onclick="document.getElementById('NodeMac').click()">Node.js Mac</button>
<a id="NodeMac" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/Node.js/mac/NodeJS-2022.1.0.209.0-macx64.tar.gz?raw=true" download target="_blank" hidden></a> <!--<button class="btn" onclick="document.getElementById('NodeWin').click()">Node.js Win</button>
<a id="NodeWin" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/Node.js/windows/NodeJS-2022.1.0.209.0-win_x64.exe?raw=true" download target="_blank" hidden></a>-->
<a id="NodeMac" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/Node.js/mac/NodeJS-2022.1.0.209.0-macx64.tar.gz?raw=true" download target="_blank" hidden></a> <button class="btn" onclick="document.getElementById('NodeWin').click()">Node.js Win</button>
<a id="NodeWin" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/Node.js/win/NodeJS-2022.1.0.209.0-win_x64.exe?raw=true" download target="_blank" hidden></a>
You can browse all of the available InterSystems IRIS driver packages at [https://github.com/intersystems-community/iris-driver-distribution](https://github.com/intersystems-community/iris-driver-distribution).