Title: JS bug report
Last modified: June 5, 2017

---

# JS bug report

 *  [OriginalEXE](https://wordpress.org/support/users/originalexe/)
 * (@originalexe)
 * [9 years ago](https://wordpress.org/support/topic/js-bug-report/)
 * Hello,
 * first of all, thank you for creating and maintaining this plugin. I would like
   to report a bug that I was able to fix, but would love if you could incorporate
   it in the next update so that it doesn’t overwrite what I did.
 * So the issue is caused by the jquery.equalizer.js file. What happened on our 
   clients site is that `base.curRows = base.curRows.add($this);` would throw warning
   about `base.curRows` being undefined in some cases. The solution was to wrap 
   that line like this:
 *     ```
       if (base.curRows) {
         base.curRows = base.curRows.add($this);
       }
       ```
   
 * I hope you can change this in the next update, thanks again and have a nice day!
    -  This topic was modified 9 years ago by [OriginalEXE](https://wordpress.org/support/users/originalexe/).

The topic ‘JS bug report’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/yuzo-related-post_42b0d1.svg)
 * [YUZO](https://wordpress.org/plugins/yuzo-related-post/)
 * [Support Threads](https://wordpress.org/support/plugin/yuzo-related-post/)
 * [Active Topics](https://wordpress.org/support/plugin/yuzo-related-post/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yuzo-related-post/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yuzo-related-post/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [OriginalEXE](https://wordpress.org/support/users/originalexe/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/js-bug-report/)
 * Status: not resolved