Commit 681af9c4 by Őry Máté

dashboard: fix notification body toggling

parent 9d8c6109
...@@ -212,7 +212,7 @@ $(function () { ...@@ -212,7 +212,7 @@ $(function () {
return false; return false;
}); });
$("#notification-button").click(function() { $("#notification-button a").click(function() {
$('.notification-messages').load("/dashboard/notifications/"); $('.notification-messages').load("/dashboard/notifications/");
}); });
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment