mirror of
https://github.com/processwire/processwire.git
synced 2025-08-14 18:55:56 +02:00
Fix issue processwire/processwire-issues#1461 using fix suggested by @Radon8472
This commit is contained in:
@@ -752,6 +752,8 @@ class WireHttp extends Wire {
|
||||
$request .= "$key: $value\r\n";
|
||||
}
|
||||
|
||||
$request .= "Connection: close\r\n";
|
||||
|
||||
$response = '';
|
||||
$errno = '';
|
||||
$errstr = '';
|
||||
|
@@ -311,7 +311,7 @@ class InputfieldDatetimeText extends InputfieldDatetimeType {
|
||||
if($timeInputFormat == $format) $f->attr('value', $format);
|
||||
}
|
||||
$f->attr('onchange', "$('#Inputfield_timeInputFormat').val($(this).val());");
|
||||
$f->collapsed = Inputfield::collapsedBlank;
|
||||
// $f->collapsed = Inputfield::collapsedBlank;
|
||||
$f->columnWidth = 50;
|
||||
$fieldset->add($f);
|
||||
|
||||
|
Reference in New Issue
Block a user