Skip to content

Commit

Permalink
Add Help Links
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmasoud1 committed Dec 30, 2023
1 parent cba90ee commit 0908b20
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ https://github.com/Mmasoud1/HistoJS/assets/36082112/7598afb0-ef05-40e0-9d53-767f

![Interface](https://github.com/mmasoud1/HistoJS/blob/main/Demo/AnalysisMode.gif)

**HistoJS V1.0.0 analysis mode**
**HistoJS V1.0.0 Analysis Mode**
</div>


Expand Down
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@

<script src="js/libs/node-lib/bundle.js"></script>

<script src="js/libs/tf.min.js"></script>
<script src="js/libs/tf.min.js"></script>
<!-- <script src="https://cdn.jsdelivr.net/npm/@tensorflow/[email protected]/dist/tf.min.js"></script> -->


<script src="js/histojs/d3-context-menu.js"></script>
Expand Down Expand Up @@ -146,7 +147,8 @@
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content" id="helpDropDownMenu" >
<a href="javascript:void(0)" onclick="goToDsaServerPage()" id="dsaLocalHostInstall"><i class="fa fa-wrench" aria-hidden="true"></i> Install LocalHost </a>
<a href="javascript:void(0)" onclick="goToWikiDocs()" id="githubWiki"><i class="fa fa-info-circle" aria-hidden="true"></i> Wiki Docs </a>
<a href="javascript:void(0)" onclick="goToDsaServerPage()" id="dsaLocalHostInstall"><i class="fa fa-wrench" aria-hidden="true"></i> Install Local DSA </a>
<a href="javascript:void(0)" onclick="runDemo()" id="onlineDemoBtn"><i class="fa fa-television" aria-hidden="true"></i> Online Demo</a>
<a href="javascript:void(0)" onclick="toggleOfflineDemoForm()" id="offlineDemoBtn"><i class="fa fa-video-camera" aria-hidden="true"></i> Offline Demo</a>
<hr>
Expand Down
9 changes: 6 additions & 3 deletions js/histojs/designFunctionsv4.js
Original file line number Diff line number Diff line change
Expand Up @@ -4012,16 +4012,19 @@ initChannelList = (omeChannels, itemName) => {
}
}




goToWikiDocs = () => {
window.open("https://github.com/Mmasoud1/HistoJS/wiki");
}

openExtFeedbackForm = () => {
// window.open("https://forms.gle/8ze2aamxJueWYQqV6");
window.open("https://docs.google.com/forms/d/e/1FAIpQLSdHuO--mG00sKydQpJ7sPpDmhcJ4ECdj-wAB1kwXQExh_nUSg/viewform?usp=sf_link");
}

openExtIssueForm = () => {
triggerHint("To be coded later")
// --triggerHint("To be coded later")
window.open("https://github.com/Mmasoud1/HistoJS/issues")
}
openContactUsForm = () => {
triggerHint("To be coded later")
Expand Down

0 comments on commit 0908b20

Please sign in to comment.