]> git.mxchange.org Git - friendica.git/commitdiff
Bugfix: There was a JS error that prevented the work of the comment buttons
authorMichael Vogel <icarus@dabo.de>
Mon, 25 Aug 2014 12:07:11 +0000 (14:07 +0200)
committerMichael Vogel <icarus@dabo.de>
Mon, 25 Aug 2014 12:07:11 +0000 (14:07 +0200)
view/theme/vier/theme.php

index 779a5ce4a9759c1e8cad2098a595970bc712b9e8..eb5bcec221c6950705658d4e1533c68eda9a7c4c 100644 (file)
@@ -33,10 +33,6 @@ $a->page['htmlhead'] .= <<< EOT
 <script type="text/javascript" src="$baseurl/view/theme/vier/js/jquery.divgrow-1.3.1.f1.min.js"></script>
 <script>
 
-function showHideASide(e) {
-       var mouse_pos(e);
-}
-
 function collapseHeight(elems) {
        var elemName = '.wall-item-body:not(.divmore)';
        if(typeof elems != 'undefined') {