| @@ -405,9 +405,11 @@ | ||
| 405 | 405 | setTimeout(function() { |
| 406 | 406 | rtsbProductPageInit(); |
| 407 | 407 | }, 1000); |
| 408 | 408 | <?php if ( rtsb()->has_pro() ) { ?> |
| 409 | - rtsbFilters(); | |
| 409 | + if (typeof rtsbFilters === 'function') { | |
| 410 | + rtsbFilters(); | |
| 411 | + } | |
| 410 | 412 | setTimeout( function (){ |
| 411 | 413 | window.rtsbCountdownApply(); |
| 412 | 414 | }, 1000 ); |
| 413 | 415 | <?php } ?> |