diff options
Diffstat (limited to 'phonegap/www/index.html')
-rw-r--r-- | phonegap/www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phonegap/www/index.html b/phonegap/www/index.html index e3ed9cfa4..cf32ea071 100644 --- a/phonegap/www/index.html +++ b/phonegap/www/index.html @@ -8,7 +8,7 @@ <link rel="stylesheet" href="css/base.css"> <link rel="stylesheet" href="css/mobile.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/json2.js"></script> <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> |