Subversion Repositories SmartDukaan

Rev

Rev 33623 | Rev 33660 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33623 Rev 33625
Line 195... Line 195...
195
			categoryId = 14202;
195
			categoryId = 14202;
196
		}
196
		}
197
		if(tablet) {
197
		if(tablet) {
198
			categoryId = 10010;
198
			categoryId = 10010;
199
		}
199
		}
200
		if(tablet) {
-
 
201
			categoryId = 10010;
-
 
202
		}
-
 
203
		if(smartWatch) {
200
		if(smartWatch) {
204
			categoryId = 12101;
201
			categoryId = 6;
205
		}
202
		}
206
		var url = `${context}/entity?brands=${brands.join(",")}&categoryId=${categoryId}&limit=0`;
203
		var url = `${context}/entity?brands=${brands.join(",")}&categoryId=${categoryId}&limit=0`;
207
		$select = $brandsContainer.closest('.item-criteria').find('.criteria-catalogids');
204
		$select = $brandsContainer.closest('.item-criteria').find('.criteria-catalogids');
208
		$select.html('');
205
		$select.html('');
209
		if (brands.length > 0) {
206
		if (brands.length > 0) {