error in JS script
-
Hi, with Woocommerce there is problem in select filter “customer search” in page
edit.php?post_type=shop_orderIn 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){
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘error in JS script’ is closed to new replies.