Removed alert and comment
This commit is contained in:
@@ -219,10 +219,7 @@ export class HomePage implements OnInit {
|
||||
// );
|
||||
}
|
||||
onDetails(item) {
|
||||
debugger;
|
||||
// var pageToNavigate = 'detail';
|
||||
var pageToNavigate = "";
|
||||
alert(item.link_path);
|
||||
switch (item.link_path) {
|
||||
case "referral":
|
||||
pageToNavigate = "invite";
|
||||
|
||||
Reference in New Issue
Block a user