LSP added version to email for help
This commit is contained in:
parent
9ed1f4012c
commit
e0e40ff173
1 changed files with 1 additions and 0 deletions
|
@ -1497,6 +1497,7 @@ function showTab(tabName,streamName) {
|
||||||
var config = $.extend({},settings.settings);
|
var config = $.extend({},settings.settings);
|
||||||
delete config.statistics;
|
delete config.statistics;
|
||||||
config = JSON.stringify(config);
|
config = JSON.stringify(config);
|
||||||
|
config = 'Version: '+settings.settings.config.version+"\n\nConfig:\n"+config;
|
||||||
$('#page').html(
|
$('#page').html(
|
||||||
$('<div>').addClass('description').html(
|
$('<div>').addClass('description').html(
|
||||||
'You can use this form to email MistServer support if you\'re having difficulties.<br>'
|
'You can use this form to email MistServer support if you\'re having difficulties.<br>'
|
||||||
|
|
Loading…
Add table
Reference in a new issue