diff options
Diffstat (limited to 'phonegap/www/index.html')
-rw-r--r-- | phonegap/www/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phonegap/www/index.html b/phonegap/www/index.html index 83602dfec..e113791a8 100644 --- a/phonegap/www/index.html +++ b/phonegap/www/index.html @@ -8,6 +8,7 @@ <link rel="stylesheet" href="css/base.css"> <!-- If your application is targeting iOS BEFORE 4.0 you MUST put json2.js from http://www.JSON.org/json2.js into your www directory and include it here --> + <script type="text/javascript" src="js/config.js"></script> <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script> <script type="text/javascript" src="js/jquery-1.7.0.min.js"></script> <script src="js/jquery.validate.min.js" type="text/javascript" charset="utf-8"></script> |