Bugfix: There was a JS error that prevented the work of the comment buttons

This commit is contained in:
Michael Vogel 2014-08-25 14:07:11 +02:00
parent 94d2557077
commit 33b612a920
1 changed files with 0 additions and 4 deletions

View 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') {