##// END OF EJS Templates
comments: added support for adding comment attachments using the artifacts logic....
comments: added support for adding comment attachments using the artifacts logic. - ACL per-repo - use dropzone js to add drag n drop capabilities - use artifacts store as backend

File last commit:

r3172:d37fc984 default
r3973:d9b26077 default
Show More
.babelrc
10 lines | 158 B | text/plain | TextLexer
{
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions"]
}
}]
],
"plugins": ["transform-object-rest-spread"]
}