Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - SimonH

Pages: [1]
1
Bug Report / collapsible v2.0.2
« on: November 21, 2013, 07:39:34 pm »
When initialising a new grid with collapsible:false, a javascript error occurs around this block:
 if (key === "collapsible") {
  if (value === true) {this.$collapsible.css("display", "")
 } else {
  this.$collapsible.css("display", "none")
}

as this.$collapsible isn't defined.

Pages: [1]