]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/theme.php
New group button
[friendica.git] / view / theme / smoothly / theme.php
index 73ff81441c740ba2a30e62e2731a483eb6cb4b47..48bfbfee63458661640a41a0f64785edef181f39 100644 (file)
@@ -59,14 +59,14 @@ $(document).ready(function() {
 
        $('html').click(function() { $("#nav-notifications-menu" ).hide(); });
 
-       $('.group-edit-icon').hover(
+       $('.circle-edit-icon').hover(
                function() {
                        $(this).addClass('icon'); $(this).removeClass('iconspacer');},
                function() {
                        $(this).removeClass('icon'); $(this).addClass('iconspacer');}
        );
 
-       $('.sidebar-group-element').hover(
+       $('.sidebar-circle-element').hover(
                function() {
                        id = $(this).attr('id');
                        $('#edit-' + id).addClass('icon'); $('#edit-' + id).removeClass('iconspacer');},