mirror of
https://github.com/processwire/processwire.git
synced 2025-08-11 17:24:46 +02:00
Add PR #291 - remove php version check for strftime call in WireDateTime
This commit is contained in:
@@ -2937,7 +2937,7 @@ function InputfieldReloadEvent(event, extraData) {
|
||||
var $content;
|
||||
if(data.indexOf('{') === 0) {
|
||||
data = JSON.parse(data);
|
||||
console.log(data);
|
||||
// console.log(data);
|
||||
$content = '';
|
||||
} else {
|
||||
$content = jQuery(data).find("#" + id).children(".InputfieldContent");
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user