summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Project-Unite/Views/Shared/_Layout.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Shared/_Layout.cshtml b/Project-Unite/Views/Shared/_Layout.cshtml
index 4e05e6e..786f524 100644
--- a/Project-Unite/Views/Shared/_Layout.cshtml
+++ b/Project-Unite/Views/Shared/_Layout.cshtml
@@ -244,7 +244,7 @@
<script type="text/javascript">
var notificationHubProxy = $.connection.notificationHub;
notificationHubProxy.client.sendMessage = function (message) {
- $("#notifications_body").find("ul").append("<li></li>").html(message);
+ $("#notification_body").find("ul").append("<li></li>").html(message);
$.ajax({
url : "/API/GetNotificationCount",
success : function(result){