diff --git a/www/js/app.js b/www/js/app.js index 54c17e8..907934c 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -1,12 +1,12 @@ // Place third party dependencies in the lib folder // // Configure loading modules from the lib directory, -// except 'app' ones, +// except 'app' ones, requirejs.config({ "baseUrl": "js/lib", "paths": { "app": "../app", - "jquery": "//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min" + "jquery": "https://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min" } });