]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/notifications.tpl
Merge pull request #3820 from annando/contact-posts
[friendica.git] / view / theme / frio / templates / notifications.tpl
index 126001e93329a1f60ad3ea4d91eba3302766092c..dcea0b85fafbe57757f680f6c037b7cc1bdd5d33 100644 (file)
@@ -29,7 +29,7 @@
 
 {{* 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 *}}
-<script>
+<script type="text/javascript">
 $(document).ready(function(){
        if( $(".notif-item").hasClass("unseen")) {
                $(".notif-item.unseen").parent("li").addClass("unseen");