1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-28 01:39:29 +02:00

There's no more drop downs menu

This commit is contained in:
Daniel Berteaud 2015-01-22 16:49:14 +01:00
parent d101b98648
commit 2f1d51eda4

View File

@ -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 = {};