• Resolved Hrohh

    (@hrohh)


    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.
Viewing 1 replies (of 1 total)
  • Plugin Author briarinc

    (@briarinc)

    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.