]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/settings-head.tpl
Merge remote-tracking branch 'upstream/develop' into 1511-contact-evolution
[friendica.git] / view / templates / settings-head.tpl
index 2182408392e8e97a349c657fd2c04a36f3dbf5d4..a5558ddce720ca388877eb37d0f0ef5afb91f40f 100644 (file)
@@ -1,8 +1,4 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
+
 
 <script>
        var ispublic = "{{$ispublic}}";
                        }
 
                }).trigger('change');
+               
+               $('.settings-content-block').hide();
+               $('.settings-heading').click(function(){
+                       $('.settings-content-block').hide();
+                       $(this).next('.settings-content-block').toggle();
+               });
 
        });