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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-10-21 00:46:57 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-10-21 00:46:57 +0400
commita2fb93968cd111c25b3112f3283dcfd685e4b7de (patch)
tree7b94f7f12a0ec483e02bb9aab97a796b95be33b2 /bower.json
parent47514447820f8d55dafd4ee4f305935397dbf833 (diff)
refs #6469 with jquery-ui 1.11.1 the UI test run about 80% slower and runs out of time very soon. So going back to 1.10.4
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/bower.json b/bower.json
index 158eba2734..3a85c34207 100644
--- a/bower.json
+++ b/bower.json
@@ -13,7 +13,8 @@
"analytics"
],
"dependencies": {
- "jquery": "~1.11",
+ "jquery-ui": "1.10.4",
+ "jquery": "1.11.*",
"angular": "~1.2",
"angular-sanitize": "~1.2",
"angular-animate": "~1.2",
@@ -27,7 +28,6 @@
"jquery-mousewheel": "~3.1.12",
"jquery-placeholder": "~2.0.8",
"jquery.scrollTo": "~1.4.13",
- "jquery-ui": "~1.11.2",
"chroma-js": "~0.6.0"
},
"license": "GPLv3 or later",