server/core/js/core.json
Bernhard Posselt 582f07950f Merge pull request #17075 from owncloud/bootstrap-tooltip
Replace jQuery tipsy with bootstrap tooltip
2015-07-23 19:25:09 +02:00

34 lines
673 B
JSON

{
"vendor": [
"jquery/jquery.min.js",
"jquery-migrate/jquery-migrate.min.js",
"jquery-ui/ui/jquery-ui.custom.js",
"underscore/underscore.js",
"moment/min/moment-with-locales.js",
"handlebars/handlebars.js",
"blueimp-md5/js/md5.js",
"bootstrap/js/tooltip.js"
],
"libraries": [
"jquery-showpassword.js",
"jquery.avatar.js",
"placeholder.js"
],
"modules": [
"compatibility.js",
"jquery.ocdialog.js",
"oc-dialogs.js",
"js.js",
"l10n.js",
"share.js",
"octemplate.js",
"eventsource.js",
"config.js",
"multiselect.js",
"oc-requesttoken.js",
"setupchecks.js",
"../search/js/search.js",
"mimetype.js",
"mimetypelist.js"
]
}