remove old js links

This commit is contained in:
Sky Johnson 2025-08-22 15:03:34 -05:00
parent 38a39790cf
commit 84e7c68f0b
3 changed files with 0 additions and 16 deletions

View File

@ -10,18 +10,6 @@
<script src="/assets/scripts/confirm_modal.js"></script>
<script src="/assets/scripts/select_arrows.js"></script>
<script>
function open_char_popup()
{
window.open("/showchar", "", "width=210,height=500,scrollbars")
}
function open_map_popup()
{
window.open("/showmap", "", "width=520,height=520,scrollbars")
}
</script>
</head>
<body>
<div id="container">

View File

@ -10,8 +10,6 @@
</b></div>
<div>{user.X}{if user.X < 0}W{else}E{/if}, {user.Y}{if user.Y < 0}S{else}N{/if}</div>
<a href="javascript:open_map_popup()">View Map</a>
{if user.Currently != "Fighting"}
<form id="move-compass" action="/move" method="post" >
{csrf}

View File

@ -27,8 +27,6 @@
</div>
</div>
<a href="javascript:open_char_popup()">Extended Stats</a>
</section>
<section>