mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Reformed horiz_nav_bar, added pop-over layer with preliminary styling,
moved login inputs to hidden pop-over layer, added onclick for btn_login
This commit is contained in:
3
src/interface/static/js/pyshelf_ux.js
vendored
3
src/interface/static/js/pyshelf_ux.js
vendored
@@ -71,4 +71,7 @@ $(document).ready(function(){
|
||||
$(this).attr("value", p_string);
|
||||
}
|
||||
});
|
||||
$('#btn_login').on('click', function(){
|
||||
$('#hdr_nav_login').toggle();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user