Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxwell Salzberg <maxwell@joindiaspora.com>2011-07-30 20:36:28 +0400
committerMaxwell Salzberg <maxwell@joindiaspora.com>2011-07-30 20:36:28 +0400
commit7956eb7d515ae781b78c559f5499b9b8f7e1c973 (patch)
tree0fd5620304e12cb9c28fbf928ce92bd70015b046 /config/assets.yml
parentbbf8f2a15ba61bdd77cfe258eab8a16146c727a5 (diff)
update the jquery (only for mobile site) as jquery mobile requires jquery 1.6. why this did not break yesterday when I did it is beyond me
Diffstat (limited to 'config/assets.yml')
-rw-r--r--config/assets.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/assets.yml b/config/assets.yml
index 35896f60c..b5376d182 100644
--- a/config/assets.yml
+++ b/config/assets.yml
@@ -48,7 +48,7 @@ javascripts:
login:
- public/javascripts/login.js
mobile:
- - public/javascripts/vendor/jquery152.min.js
+ - public/javascripts/vendor/jquery162.min.js
- public/javascripts/custom-mobile-scripting.js
- public/javascripts/vendor/jquery.mobile-1.0b1.min.js