From 2f1d51eda4af99a332430abf2657b978c8d0636b Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 22 Jan 2015 16:49:14 +0100 Subject: [PATCH] There's no more drop downs menu --- public/js/vroom.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/public/js/vroom.js b/public/js/vroom.js index ba675a5..b0b835c 100644 --- a/public/js/vroom.js +++ b/public/js/vroom.js @@ -12,14 +12,6 @@ $('.help').tooltip({container: 'body'}); // Enable bootstrap-swicth $('.bs-switch').bootstrapSwitch(); -// Animation on dropdown menus -$('.dropdown').on('show.bs.dropdown', function(e){ - $(this).find('.dropdown-menu').first().stop(true, true).slideDown(150); -}); -$('.dropdown').on('hide.bs.dropdown', function(e){ - $(this).find('.dropdown-menu').first().stop(true, true).slideUp(150); -}); - // Strings we need translated var locale = {};