Bugfix: There was a JS error that prevented the work of the comment buttons
This commit is contained in:
parent
94d2557077
commit
33b612a920
|
@ -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 type="text/javascript" src="$baseurl/view/theme/vier/js/jquery.divgrow-1.3.1.f1.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
function showHideASide(e) {
|
|
||||||
var mouse_pos(e);
|
|
||||||
}
|
|
||||||
|
|
||||||
function collapseHeight(elems) {
|
function collapseHeight(elems) {
|
||||||
var elemName = '.wall-item-body:not(.divmore)';
|
var elemName = '.wall-item-body:not(.divmore)';
|
||||||
if(typeof elems != 'undefined') {
|
if(typeof elems != 'undefined') {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user