|
|
|
|
@ -263,17 +263,16 @@ export class AttendanceOptionsComponent implements OnInit {
|
|
|
|
|
});
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// opening wifi dailog if all above conditions are passed (isWifiEnabled == true)
|
|
|
|
|
let modal = await this.modalController.create({
|
|
|
|
|
component: WifiModalComponent,
|
|
|
|
|
showBackdrop: true,
|
|
|
|
|
backdropDismiss: false,
|
|
|
|
|
componentProps:{ enableLocationWIFI: this.enableLocationWIFI, lat: this.lat, longt: this.longt},
|
|
|
|
|
});
|
|
|
|
|
modal.cssClass = "wifi-modal";
|
|
|
|
|
await modal.present();
|
|
|
|
|
}
|
|
|
|
|
// opening wifi dailog if all above conditions are passed (isWifiEnabled == true)
|
|
|
|
|
let modal = await this.modalController.create({
|
|
|
|
|
component: WifiModalComponent,
|
|
|
|
|
showBackdrop: true,
|
|
|
|
|
backdropDismiss: false,
|
|
|
|
|
componentProps:{ enableLocationWIFI: this.enableLocationWIFI, lat: this.lat, longt: this.longt},
|
|
|
|
|
});
|
|
|
|
|
modal.cssClass = "wifi-modal";
|
|
|
|
|
await modal.present();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|