mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-18 17:15:28 +01:00
test
This commit is contained in:
@@ -30,13 +30,13 @@ $(document).ready(function() {
|
||||
});
|
||||
|
||||
function show_search() {
|
||||
$('#nav-search').removeClass('hide', 500);
|
||||
$('#nav-content').addClass('hide', 500);
|
||||
$('#nav-search').removeClass('hide');
|
||||
$('#nav-content').addClass('hide');
|
||||
|
||||
}
|
||||
function hide_search() {
|
||||
$('#nav-search').addClass('hide', 500);
|
||||
$('#nav-content').removeClass('hide', 500);
|
||||
$('#nav-search').addClass('hide');
|
||||
$('#nav-content').removeClass('hide');
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user