1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-14 18:55:56 +02:00

Bump version to 3.0.40

This commit is contained in:
Ryan Cramer
2016-11-04 11:45:14 -04:00
parent 8bf7b0dc41
commit 8d0c8de3ee
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ class ProcessWire extends Wire {
const versionMajor = 3;
const versionMinor = 0;
const versionRevision = 39;
const versionRevision = 40;
const versionSuffix = '';
const indexVersion = 300; // required version for index.php file (represented by PROCESSWIRE define)

View File

@@ -1282,7 +1282,7 @@ jQuery(document).ready(function($) {
}
}
$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' ]);
});
event.stopPropagation();

File diff suppressed because one or more lines are too long