mirror of
https://github.com/processwire/processwire.git
synced 2025-08-20 05:21:29 +02:00
Bump version to 3.0.40
This commit is contained in:
@@ -28,7 +28,7 @@ class ProcessWire extends Wire {
|
|||||||
|
|
||||||
const versionMajor = 3;
|
const versionMajor = 3;
|
||||||
const versionMinor = 0;
|
const versionMinor = 0;
|
||||||
const versionRevision = 39;
|
const versionRevision = 40;
|
||||||
const versionSuffix = '';
|
const versionSuffix = '';
|
||||||
|
|
||||||
const indexVersion = 300; // required version for index.php file (represented by PROCESSWIRE define)
|
const indexVersion = 300; // required version for index.php file (represented by PROCESSWIRE define)
|
||||||
|
@@ -1282,7 +1282,7 @@ jQuery(document).ready(function($) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
$t.children(".InputfieldContent").html($content.html());
|
$t.children(".InputfieldContent").html($content.html());
|
||||||
if(typeof jQuery.ui != 'undefined') $t.effect("highlight", 1000);
|
// if(typeof jQuery.ui != 'undefined') $t.effect("highlight", 1000);
|
||||||
$t.trigger('reloaded', [ 'reload' ]);
|
$t.trigger('reloaded', [ 'reload' ]);
|
||||||
});
|
});
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user