Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hdastageeri
hft_awado_app
Commits
dcfcbe6a
Commit
dcfcbe6a
authored
Dec 02, 2019
by
Ratnadeep Rajendra Kharade
Browse files
removed app alerts statements.
parent
17fb24c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/myreservation/myreservation.page.ts
View file @
dcfcbe6a
...
...
@@ -188,9 +188,9 @@ export class MyreservationPage implements OnInit {
alert
(
error
.
message
);
});
},
er
=>
{
alert
(
'
Can not retrieve Location
'
)
console
.
log
(
'
Can not retrieve Location
'
)
;
}).
catch
((
error
)
=>
{
alert
(
'
Error getting location -
'
+
JSON
.
stringify
(
error
))
console
.
log
(
'
Error getting location -
'
+
JSON
.
stringify
(
error
))
;
});
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment