mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-28 11:05:43 +08:00
Cleaned and organised many css/js files
This commit is contained in:
10
resources/assets/js/global.js
Normal file
10
resources/assets/js/global.js
Normal file
@ -0,0 +1,10 @@
|
||||
$(function () {
|
||||
|
||||
$('.notification').click(function () {
|
||||
$(this).fadeOut(100);
|
||||
});
|
||||
|
||||
// Dropdown toggles
|
||||
$('[data-dropdown]').dropDown();
|
||||
|
||||
});
|
Reference in New Issue
Block a user