Title: error in JS script
Last modified: August 14, 2017

---

# error in JS script

 *  Resolved [Hrohh](https://wordpress.org/support/users/hrohh/)
 * (@hrohh)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/error-in-js-script/)
 * Hi, with Woocommerce there is problem in select filter “customer search” in page
   
   edit.php?post_type=shop_order
 * In Console there is error related to js
 *     ```
       #159 now =>
       if( -1 == o.data.indexOf('screen_id=') && undefined != window.pagenow){
   
       #159 fixed =>
       if(o.data && -1 == o.data.indexOf('screen_id=') && undefined != window.pagenow){
       ```
   
    -  This topic was modified 8 years, 9 months ago by [Hrohh](https://wordpress.org/support/users/hrohh/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [briarinc](https://wordpress.org/support/users/briarinc/)
 * (@briarinc)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/error-in-js-script/#post-9427025)
 * I can not reproduce this error and need extra info. What is version Anything 
   Order by Terms, WordPress, Woocommerce and your browser? It is latest?

Viewing 1 replies (of 1 total)

The topic ‘error in JS script’ is closed to new replies.

 * ![](https://ps.w.org/anything-order-by-terms/assets/icon-256x256.png?rev=1582729)
 * [Anything Order by Terms](https://wordpress.org/plugins/anything-order-by-terms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/anything-order-by-terms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/anything-order-by-terms/)
 * [Active Topics](https://wordpress.org/support/plugin/anything-order-by-terms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/anything-order-by-terms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/anything-order-by-terms/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [briarinc](https://wordpress.org/support/users/briarinc/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/error-in-js-script/#post-9427025)
 * Status: resolved