mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-18 03:33:26 +02:00
Code clean up + datatables (#64)
* Reformat Code Reformat Code - spaces + tabs * Code cleanup removed duplicated datatables code * Datatables replace spells, monsters tables with JavaScript Sortable Tables (DataTables?)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<form method="post" action="{{ constant('ADMIN_URL') }}?p=items">
|
||||
<input type="hidden" name="reload" value="1" />
|
||||
<input type="submit" value="Reload items and weapons (it may take some time to finish)" />
|
||||
<input type="hidden" name="reload" value="1"/>
|
||||
<input type="submit" value="Reload items and weapons (it may take some time to finish)"/>
|
||||
</form>
|
Reference in New Issue
Block a user