Skip to content

Commit 90e8ce0

Browse files
committed
fix: some minor corrections
1 parent 87ba888 commit 90e8ce0

File tree

3 files changed

+0
-175
lines changed

3 files changed

+0
-175
lines changed

src/cognitivefactory/interactive_clustering_gui/html/_base.html

-7
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,6 @@ <h1 id="header_title">
9696
>
9797
email
9898
</button>
99-
<button
100-
class="material-icons right"
101-
title="Go to help page."
102-
onclick="goToHelpPage();"
103-
>
104-
help
105-
</button>
10699
</div>
107100
</div>
108101

src/cognitivefactory/interactive_clustering_gui/js/goto.js

-14
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,13 @@ function goToWelcomePage() {
99
location.assign("/");
1010
}
1111

12-
/**
13-
* DESCRIPTION: Go to the help page.
14-
*/
15-
function goToHelpPage() {
16-
location.assign("/gui/help");
17-
}
18-
1912
/**
2013
* DESCRIPTION: Mail to contacts.
2114
*/
2215
function mailToContacts() {
2316
location.assign("mailto:[email protected][email protected]&subject=[congitivefactory/interactive-clustering-gui]");
2417
}
2518

26-
/**
27-
* DESCRIPTION: Go to the projects listing and creation page.
28-
*/
29-
function goToProjectsSummaryPage() {
30-
location.assign("/gui/projects");
31-
}
32-
3319
/**
3420
* DESCRIPTION: Go to the project home page.
3521
* @param {str} projectID: The ID of the project.

tests/test_get_gui_projects_listing.py

-154
This file was deleted.

0 commit comments

Comments
 (0)