country + status added and other changes
This commit is contained in:
@@ -51,6 +51,13 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
<script>
|
||||
document.querySelector('input[name="search"]').addEventListener('input', function () {
|
||||
clearTimeout(this._t);
|
||||
this._t = setTimeout(() => this.closest('form').submit(), 400);
|
||||
});
|
||||
</script>
|
||||
|
||||
@stack('js')
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user