| @@ -235,9 +235,10 @@ | ||
| 235 | 235 | ); |
| 236 | 236 | |
| 237 | 237 | var closed_timer = setTimeout( function (){ |
| 238 | 238 | if ( 5 == response_data['ajx_after_action_result_all_params_arr'][ 'feedback_stars' ] ){ |
| 239 | - document.location.href = 'https://wordpress.org/plugins/booking/#reviews'; | |
| 239 | + document.location.href = 'https://wordpress.org/support/plugin/booking/reviews/#new-post'; | |
| 240 | + // document.location.href = 'https://wordpress.org/plugins/booking/#reviews'; | |
| 240 | 241 | // document.location.href = 'https://wordpress.org/support/plugin/booking/reviews/?filter=5#new-post' |
| 241 | 242 | } |
| 242 | 243 | } |
| 243 | 244 | , 2000 ); |