luceos I'm checking, but cannot see any error on the console. Yes click never do any effect.
Error: request failed with status 404
URL risorsa: https://community.marcoborla.it/assets/forum.js?v=0dd73c67
URL mapping di origine: https://community.marcoborla.it/assets/forum.js.map
Can be this the error?
I have also:
“https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.0/build/styles/github-gist.min.css” was blocked because (“text/plain”) type MIME (X-Content-Type-Options: nosniff).
The above error is just in one community the other not.. but I cannot edit tags in two different communities.
How to resolve? Why I have issue after updating in two communities?
Update, issue found:
.DiscussionPage-nav .ButtonGroup, .DiscussionPage-nav .Button {
overflow: hidden;
text-overflow: ellipsis;
}
is no more working.
This was added by me in CSS for fix the issue flarum/core2900
so now I need to find another fix or maybe this CSS need to be edited Justoverclock
Now I will use the following CSS:
.ButtonGroup > .Button:first-child:not(:last-child):not(.Dropdown-toggle) {
overflow: hidden;
text-overflow: ellipsis;
}