Message near the diagnostic button to suggest to refresh the page if not working.
This commit is contained in:
parent
b10415f760
commit
efc8c6a94f
@ -1,8 +1,15 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v???
|
||||||
|
|
||||||
|
### Minor changes and fixes
|
||||||
|
|
||||||
|
* Updating dependencies
|
||||||
|
* Message near the diagnostic button to suggest to refresh the page if not working.
|
||||||
|
|
||||||
## v4.0.2
|
## v4.0.2
|
||||||
|
|
||||||
### Minor changes dans fixes
|
### Minor changes and fixes
|
||||||
|
|
||||||
* Updating dependencies
|
* Updating dependencies
|
||||||
* Better package description
|
* Better package description
|
||||||
|
@ -22,7 +22,8 @@ function initSettings (options: RegisterServerOptions): void {
|
|||||||
type: 'html',
|
type: 'html',
|
||||||
private: true,
|
private: true,
|
||||||
descriptionHTML: `Before asking for help, please use the diagnostic tool:
|
descriptionHTML: `Before asking for help, please use the diagnostic tool:
|
||||||
<a class="peertube-plugin-livechat-launch-diagnostic">Launch diagnostic</a>`
|
<a class="peertube-plugin-livechat-launch-diagnostic">Launch diagnostic</a>
|
||||||
|
(if this button is not opening a new window, please try to refresh the page).`
|
||||||
})
|
})
|
||||||
|
|
||||||
// ********** Chat Mode
|
// ********** Chat Mode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user