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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2015-07-23 20:25:09 +0300
committerBernhard Posselt <Raydiation@users.noreply.github.com>2015-07-23 20:25:09 +0300
commit582f07950f45d9e0bdfa8faaefa105cad5d39420 (patch)
tree83582e253b040995dfe8b337b137e49448087903 /bower.json
parent01b7e306c427f00d1ce4570c3d1bc90f72e25644 (diff)
parent03a6e12bdb77242d38e08c9f3c78076e499bcaff (diff)
Merge pull request #17075 from owncloud/bootstrap-tooltip
Replace jQuery tipsy with bootstrap tooltip
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/bower.json b/bower.json
index a1bfa40f23b..1dc737b01ed 100644
--- a/bower.json
+++ b/bower.json
@@ -25,6 +25,7 @@
"zxcvbn": "*",
"snapjs": "~2.0.0-rc1",
"strengthify": "0.4.1",
- "underscore": "~1.6.0"
+ "underscore": "~1.6.0",
+ "bootstrap": "~3.3.5"
}
}