Skip to content

Commit 54618b5

Browse files
committed
restore missing page settings button
1 parent b93633e commit 54618b5

File tree

1 file changed

+1
-0
lines changed
  • acarshub-typescript/src/helpers

1 file changed

+1
-0
lines changed

acarshub-typescript/src/helpers/menu.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export let menu = {
4343
html += `<li><a href="javascript:new_page('Search')" id="search_link">Search Database</a></li>`;
4444
html += `<li><a href="javascript:new_page('Alerts')" id="alerts_link">Alerts<span id="alert_count"></span></li>`;
4545
html += `<li><a href="javascript:new_page('Stats')" id="stats_link">Statistics</a></li>`;
46+
html += `<li class="right_side"><span id="modal_text"></span></li>`;
4647
html += "</ul></nav></div>";
4748
$("#links").html(html);
4849
},

0 commit comments

Comments
 (0)