Skip to content
Snippets Groups Projects

Bug 534685 - Update classes for toolbar dropdown

2 files
+ 12
10
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
1
@@ -115,7 +115,9 @@
// open the cookie consent popup.
$('.toolbar-manage-cookies').click(function() {
$('.cc-window').show();
setTimeout($('.cc-window').removeClass('cc-invisible'), 20);
setTimeout(function() {
$('.cc-window').removeClass('cc-invisible');
}, 20);
});
eclipseFdnVideos.replace();
Loading