Remove unneeded javascript:void(0)

Fixes #1199
This commit is contained in:
Joseph Schorr 2016-03-22 14:15:54 -04:00
parent d6abf17b4d
commit 1ffee6484d
62 changed files with 129 additions and 129 deletions

View file

@ -8,7 +8,7 @@
</div>
</div>
<div class="right-controls">
<a href="javascript:void(0)" ng-if="canDismiss(notification)" ng-click="dismissNotification(notification)" ng-show="!dismissing">
<a ng-if="canDismiss(notification)" ng-click="dismissNotification(notification)" ng-show="!dismissing">
Dismiss Notification
</a>
<span class="cor-loader-inline" ng-show="dismissing"></span>