Skip to content

Commit 6243dae

Browse files
author
Mark LeBlanc
committed
Removed External Tools choice on the Analyze menu
1 parent 5c6f186 commit 6243dae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ <h1 id="header-title">
8888
]),
8989

9090
(url_for("similarity"), "similarity", "Similarity Query"),
91-
(url_for("topword"), "topword", "Topword"),
92-
(url_for("extension"), "extension", "External Tools")
91+
(url_for("topword"), "topword", "Topword")
92+
9393
])
9494
] %}
9595
{% set active_page = active_page|default('base') -%}

0 commit comments

Comments
 (0)