mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Prevent undefined phonegap function.
This commit is contained in:
parent
438ab2201c
commit
e582a4d7ce
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
|||
<script type="text/javascript" src="phonegap.js"></script>
|
||||
<script type="text/javascript" src="js/app.js"></script>
|
||||
<script type="text/javascript">
|
||||
app.initialize = app.initialize || function(){}
|
||||
app.initialize();
|
||||
</script>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue