diff --git a/circle/dashboard/static/dashboard/dashboard.js b/circle/dashboard/static/dashboard/dashboard.js
index 4d3a781..8cc3cab 100644
--- a/circle/dashboard/static/dashboard/dashboard.js
+++ b/circle/dashboard/static/dashboard/dashboard.js
@@ -212,7 +212,7 @@ $(function () {
     return false;
   });
 
-  $("#notification-button").click(function() {
+  $("#notification-button a").click(function() {
       $('.notification-messages').load("/dashboard/notifications/");
   });
 });