]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/js/mod_notifications.js
Merge pull request #8131 from nupplaphil/task/cleanup_lock
[friendica.git] / view / theme / frio / js / mod_notifications.js
index 9574ea02b62d05224a7ef9c0cef9973c342be050..9db3eabf07b3016e423ade7159489934676205d9 100644 (file)
@@ -7,7 +7,7 @@
 var introID = location.pathname.split("/").pop();
 
 $(document).ready(function(){
-       // Since only the DIV's inside the notification-list are marked 
+       // Since only the DIV's inside the notification-list are marked
        // with the class "unseen", we need some js to transfer this class
        // to the parent li list-elements.
        if($(".notif-item").hasClass("unseen")) {