Subversion Repositories SmartDukaan

Rev

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

Rev 5729 Rev 5873
Line 95... Line 95...
95
				location = "/all-tablets/" + categoryId;
95
				location = "/all-tablets/" + categoryId;
96
				return "redirect";
96
				return "redirect";
97
			} else if(categoryId == Utils.LAPTOPS_CATEGORY){
97
			} else if(categoryId == Utils.LAPTOPS_CATEGORY){
98
                location = "/all-laptops/" + categoryId;
98
                location = "/all-laptops/" + categoryId;
99
                return "redirect";
99
                return "redirect";
-
 
100
			} else if(categoryId == Utils.CAMERAS_CATEGORY){
-
 
101
				location = "/all-cameras/" + categoryId;
-
 
102
				return "redirect";
100
            }else{
103
            }else{
101
				return "index";
104
				return "index";
102
			}
105
			}
103
		}
106
		}
104
		sortUrl = url;
107
		sortUrl = url;