|
|
|
@ -263,7 +263,7 @@ export class AttendanceOptionsComponent implements OnInit {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
// opening wifi dailog if all above conditions are passed (isWifiEnabled == true)
|
|
|
|
// opening wifi dailog if all above conditions are passed (isWifiEnabled == true)
|
|
|
|
let modal = await this.modalController.create({
|
|
|
|
let modal = await this.modalController.create({
|
|
|
|
component: WifiModalComponent,
|
|
|
|
component: WifiModalComponent,
|
|
|
|
@ -273,7 +273,6 @@ export class AttendanceOptionsComponent implements OnInit {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
modal.cssClass = "wifi-modal";
|
|
|
|
modal.cssClass = "wifi-modal";
|
|
|
|
await modal.present();
|
|
|
|
await modal.present();
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|