mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 00:54:08 +02:00
Add Reset button for tables-filter plugin
This commit is contained in:
@@ -63,7 +63,7 @@ sessionStorage && document.addEventListener('DOMContentLoaded', function () {
|
|||||||
sessionStorage.setItem('adminer_tables_filter_db', db);
|
sessionStorage.setItem('adminer_tables_filter_db', db);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<p class="jsonly"><input id="filter-field" autocomplete="off"><?php echo script("qs('#filter-field').oninput = tablesFilterInput;"); ?>
|
<p class="jsonly"><input id="filter-field" autocomplete="off" type="search"><?php echo script("qs('#filter-field').oninput = tablesFilterInput;"); ?>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user