mirror of
https://github.com/processwire/processwire.git
synced 2025-08-17 20:11:46 +02:00
Various minor adjustments
This commit is contained in:
@@ -483,4 +483,8 @@ if(typeof ProcessWire != "undefined") {
|
||||
callback: func
|
||||
})
|
||||
};
|
||||
|
||||
ProcessWire.entities = function(str) {
|
||||
return $('<textarea />').text(str).html();
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user