0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-05-11 03:20:39 +00:00
BookStackApp_BookStack/resources/assets/js/global.js
2015-09-03 16:51:10 +01:00

10 lines
No EOL
164 B
JavaScript

$(function () {
$('.notification').click(function () {
$(this).fadeOut(100);
});
// Dropdown toggles
$('[data-dropdown]').dropDown();
});