We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93633e commit 54618b5Copy full SHA for 54618b5
acarshub-typescript/src/helpers/menu.ts
@@ -43,6 +43,7 @@ export let menu = {
43
html += `<li><a href="javascript:new_page('Search')" id="search_link">Search Database</a></li>`;
44
html += `<li><a href="javascript:new_page('Alerts')" id="alerts_link">Alerts<span id="alert_count"></span></li>`;
45
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>`;
47
html += "</ul></nav></div>";
48
$("#links").html(html);
49
},
0 commit comments