remove show more/less from frost mobile--it is too great a load
This commit is contained in:
@@ -350,7 +350,7 @@
|
|||||||
/* autocomplete @nicknames */
|
/* autocomplete @nicknames */
|
||||||
$j(".comment-edit-form textarea").contact_autocomplete(baseurl+"/acl");
|
$j(".comment-edit-form textarea").contact_autocomplete(baseurl+"/acl");
|
||||||
|
|
||||||
var bimgs = $j(".wall-item-body > img").not(function() { return this.complete; });
|
/*var bimgs = $j(".wall-item-body > img").not(function() { return this.complete; });
|
||||||
var bimgcount = bimgs.length;
|
var bimgcount = bimgs.length;
|
||||||
|
|
||||||
if (bimgcount) {
|
if (bimgcount) {
|
||||||
@@ -363,12 +363,12 @@
|
|||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
collapseHeight();
|
collapseHeight();
|
||||||
}
|
}*/
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function collapseHeight() {
|
/* function collapseHeight() {
|
||||||
$j(".wall-item-body").each(function() {
|
$j(".wall-item-body").each(function() {
|
||||||
if($j(this).height() > 310) {
|
if($j(this).height() > 310) {
|
||||||
if(! $j(this).hasClass('divmore')) {
|
if(! $j(this).hasClass('divmore')) {
|
||||||
@@ -377,7 +377,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}*/
|
||||||
|
|
||||||
function imgbright(node) {
|
function imgbright(node) {
|
||||||
$j(node).removeClass("drophide").addClass("drop");
|
$j(node).removeClass("drophide").addClass("drop");
|
||||||
|
|||||||
2
view/theme/frost-mobile/js/main.min.js
vendored
2
view/theme/frost-mobile/js/main.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user