chg: [UI] server settings double clicking on setting name brings up the value text box

pull/4493/head
iglocska 2019-04-12 09:48:05 +02:00
parent d5515007ec
commit 2b92aef213
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@
'setting' => array(
'html' => h($setting['setting']),
'class' => 'short live_filter_target',
'ondblclick' => 'serverSettingsActivateField',
'ondblclickParams' => array(h($setting['setting']), h($k))
),
'value_passive' => array(
'html' => nl2br(h($setting['value'])),