mirror of
https://github.com/processwire/processwire.git
synced 2025-08-12 17:54:44 +02:00
Various minor adjustments
This commit is contained in:
@@ -436,7 +436,7 @@ function InputfieldDependencies($target) {
|
||||
consoleLog('Determined that field "' + fieldNameToShow + '" should be visible.');
|
||||
if($fieldToShow.is('.InputfieldStateHidden')) {
|
||||
// field is hidden so show/fade in
|
||||
$fieldToShow.removeClass('InputfieldStateHidden').fadeIn();
|
||||
$fieldToShow.removeClass('InputfieldStateHidden').show(); // fadeIn();
|
||||
$(document).trigger('showInputfield', $fieldToShow);
|
||||
numVisibilityChanges++;
|
||||
consoleLog('Field is now visible.');
|
||||
|
File diff suppressed because one or more lines are too long
@@ -483,4 +483,8 @@ if(typeof ProcessWire != "undefined") {
|
||||
callback: func
|
||||
})
|
||||
};
|
||||
|
||||
ProcessWire.entities = function(str) {
|
||||
return $('<textarea />').text(str).html();
|
||||
};
|
||||
}
|
||||
|
2
wire/templates-admin/scripts/main.min.js
vendored
2
wire/templates-admin/scripts/main.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user