From 21509047bb24fb1c471ee87d5f4bf34911fd124f Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Wed, 6 Nov 2013 20:12:58 +0100 Subject: [PATCH] ops, jquery.cookie is used by bootstrap-tour! --- bower.json | 1 + public/manifest.json | 1 + 2 files changed, 2 insertions(+) diff --git a/bower.json b/bower.json index 31c7729886..5dc7878e1c 100644 --- a/bower.json +++ b/bower.json @@ -15,6 +15,7 @@ ], "dependencies": { "jquery": "~2.0.3", + "jquery.cookie": "~1.4.0", "jquery-ui": "~1.10.3", "angular": "1.2.0-rc.3", "angular-sanitize": "1.2.0-rc.3", diff --git a/public/manifest.json b/public/manifest.json index f0c0806330..f2540082fe 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,6 +2,7 @@ "app": { "js": [ "bower_components/jquery/jquery.js", + "bower_components/jquery.cookie/jquery.cookie.js", "bower_components/bootstrap-growl/jquery.bootstrap-growl.js", "bower_components/bootstrap-tour/build/js/bootstrap-tour.js", "bower_components/angular/angular.js",