mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Added social sign in
This commit is contained in:
@ -3,6 +3,7 @@ $(function () {
|
||||
// Notification hiding
|
||||
$('.notification').click(function () {
|
||||
$(this).fadeOut(100);
|
||||
|
||||
});
|
||||
|
||||
// Dropdown toggles
|
||||
|
Reference in New Issue
Block a user