1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-13 18:24:57 +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

@@ -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