z-index issue and some icons. rename notifications-btn-1 to notifications-btn

This commit is contained in:
Mario Vavti
2017-10-11 21:32:23 +02:00
parent 05c8d4819d
commit 56a675f713
4 changed files with 10 additions and 6 deletions

View File

@@ -83,7 +83,7 @@ $(document).ready(function() {
});
var notifications_parent = $('#notifications_wrapper')[0].parentElement.id;
$('#notifications-btn-1').click(function() {
$('#notifications-btn').click(function() {
if($('#notifications_wrapper').hasClass('fs'))
$('#notifications_wrapper').prependTo('#' + notifications_parent);
else