1
0
espelhamento de https://github.com/nextcloud/server.git sincronizado 2024-08-05 20:16:00 +02:00
nextcloud/core/js/core.json
Morris Jobke f507601e25 Merge pull request #14582 from rullzer/avatar_fixes
Avatars in share dialog fixes
2015-03-04 10:30:09 +01:00

33 linhas
619 B
JSON

{
"vendor": [
"jquery/jquery.min.js",
"jquery/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"
],
"libraries": [
"jquery-showpassword.js",
"jquery-tipsy.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"
]
}