mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
Removed alert
This commit is contained in:
@ -67,8 +67,8 @@ export class IonicApp {
|
|||||||
});
|
});
|
||||||
|
|
||||||
window.addEventListener('statusTap', (event) => {
|
window.addEventListener('statusTap', (event) => {
|
||||||
alert('Status tap!');
|
//alert('Status tap!');
|
||||||
console.log(event);
|
//console.log(event);
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user