He's stupid Tim\!

This commit is contained in:
Alexandre Iooss 2020-08-22 09:39:07 +02:00
parent f077a5d72f
commit 8063354e0f
1 changed files with 0 additions and 7 deletions

View File

@ -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 () {