1
0

Document what this does.

This commit is contained in:
Matthias Mees
2013-05-31 17:11:57 +02:00
parent 1ab2389cdb
commit 66deb345a2

View File

@ -668,7 +668,9 @@ function highlightComment(id, checkvalue) {
// Wait until content including images is loaded
$(window).load(function() {
// Fire WYSIWYG editor(s)
spawn();
// Equal Heights
var $eqHeights = $('body').has('.equal_heights');