Skip to content
Snippets Groups Projects
Commit 8063354e authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

He's stupid Tim\!

parent f077a5d7
No related branches found
No related tags found
2 merge requests!104Beta,!98Morefront
......@@ -31,13 +31,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
{% block extrajavascript %}
<script type="text/javascript">
function reloadTable() {
pattern = $("#searchbar").val();
if (pattern.length > 2)
$("#dynamic-table").load(location.pathname + "?search=" + pattern.replace(" ", "%20") + " #dynamic-table", init_table);
}
function init_table() {
// On row click, go to object
$(".table-row").click(function () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment