adamwulf / Columnizer-jQuery-Plugin

The Columnizer jQuery Plugin will automatically layout your content in newspaper column format. You can specify either column width or a static number of columns. And, of course, it’s easy to use!
http://welcome.totheinter.net/columnizer-jquery-plugin/
Other
759 stars 147 forks source link

Single column disappears #226

Open glendeni opened 5 years ago

glendeni commented 5 years ago

Single column text disappears. At "if(numCols <= 1 && ! options.disableSingle){" line chrome debugger says "disableSingle not defined", even though I can see it being set in "defaults". FWIW I removed that test from if statement and now single column text appears.