mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
Bugfix: There was a JS error that prevented the work of the comment buttons
This commit is contained in:
parent
94d2557077
commit
33b612a920
1 changed files with 0 additions and 4 deletions
|
@ -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') {
|
||||
|
|
Loading…
Reference in a new issue