mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 20:13:28 +00:00
Fix #1189 notifications display is broken
This commit is contained in:
@@ -129,7 +129,7 @@ function set_notif_position()
|
||||
if(trigger.length === 0)
|
||||
return;
|
||||
$('#notification_box').css({
|
||||
'left':Math.round(trigger.offset().left)
|
||||
'left':Math.round(trigger.offset().left - 1)
|
||||
});
|
||||
}
|
||||
$(window).bind('resize', function(){
|
||||
@@ -173,7 +173,7 @@ function print_notifications(page)
|
||||
|
||||
|
||||
$.ajax({
|
||||
type: "POST",
|
||||
type: "GET",
|
||||
url: "/user/notifications/",
|
||||
dataType : 'json',
|
||||
data: {
|
||||
|
Reference in New Issue
Block a user