##// END OF EJS Templates
comments: view edit history of comment should be allowed for anonymous users, as they anyway see comments body.
comments: view edit history of comment should be allowed for anonymous users, as they anyway see comments body.

File last commit:

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