diff --git a/themes/bootstrap3/js/common.js b/themes/bootstrap3/js/common.js index 345f751b5fa67482a67720c7fcb736f7b818e8e1..1a6cf7562574ad8923314a4c3ff66558b791c253 100644 --- a/themes/bootstrap3/js/common.js +++ b/themes/bootstrap3/js/common.js @@ -141,7 +141,9 @@ function registerLightboxEvents() { // Add useful information $(this).attr("clicked", "true"); // Add prettiness - $(this).after(' <i class="fa fa-spinner fa-spin"></i> '); + if(!$(this).hasClass('dropdown-toggle')) { + $(this).after(' <i class="fa fa-spinner fa-spin"></i> '); + } }); /** * Hide the header in the lightbox content