Remove debug

This commit is contained in:
Nathan Gray 2012-07-04 22:39:08 +00:00
parent 379427f18f
commit f1ea3db040

View File

@ -1518,7 +1518,6 @@ var et2_nextmatch_filterheader = et2_selectbox.extend([et2_INextmatchHeader, et2
// Make sure selectbox is not longer than the column
resize: function() {
console.log(this);
this.input.css("max-width",jQuery(this.parentNode).innerWidth() + "px");
}