File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -529,7 +529,6 @@ var unbxdSearchInit = function(jQuery, Handlebars){
529
529
530
530
this . reset ( ) ;
531
531
532
- this . params . categoryId = this . options . type == "browse" && typeof this . options . getCategoryId == "function" ? this . options . getCategoryId ( ) : "" ;
533
532
var cur_url = this . getUrlSubstring ( )
534
533
, urlqueryparams = this . getQueryParams ( cur_url )
535
534
// add test to check if the url is encoded,
@@ -554,6 +553,8 @@ var unbxdSearchInit = function(jQuery, Handlebars){
554
553
555
554
this . params = finalParams ;
556
555
556
+ this . params . categoryId = this . options . type == "browse" && typeof this . options . getCategoryId == "function" ? this . options . getCategoryId ( ) : "" ;
557
+
557
558
this . setPage ( "page" in finalParams . extra ? finalParams . extra . page : 1 )
558
559
. setPageSize ( "rows" in finalParams . extra ? finalParams . extra . rows : this . options . pageSize ) ;
559
560
You can’t perform that action at this time.
0 commit comments