1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Modularised/bundled js and made image-manager a proper component

This commit is contained in:
Dan Brown
2015-10-08 23:49:18 +01:00
parent 6b4ec65b03
commit 8b951403e4
21 changed files with 267 additions and 264 deletions

View File

@ -56,7 +56,7 @@ jQuery.fn.submitForm = function() {
jQuery.fn.dropDown = function() {
var container = $(this),
menu = container.find('ul');
container.find('[data-dropdown-toggle]').on('click', function() {
container.find('[data-dropdown-toggle]').on('click', function() {
menu.show().addClass('anim menuIn');
container.mouseleave(function() {
menu.hide();