1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-12 17:54:44 +02:00

Various minor fixes and bump version number to 3.0.63

This commit is contained in:
Ryan Cramer
2017-05-26 14:35:16 -04:00
parent 76fc6dada1
commit 1900675bbb
7 changed files with 22 additions and 5 deletions

View File

@@ -925,6 +925,8 @@ function InputfieldFormBeforeUnloadEvent(e) {
function InputfieldStates($target) {
var hasTarget = true;
var $ = jQuery;
if(typeof $target == "undefined") {
$target = $("body");
hasTarget = false;

File diff suppressed because one or more lines are too long