mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 03:51:21 +02:00
Getting etemplate2 sort of working
This commit is contained in:
@ -579,3 +579,4 @@ function et2_rangeSubstract(_ar1, _ar2) {
|
||||
function html_entity_decode(_str) {
|
||||
return _str && _str.indexOf('&') != -1 ? jQuery('<span>' + _str + '</span>').text() : _str;
|
||||
}
|
||||
//# sourceMappingURL=et2_core_common.js.map
|
Reference in New Issue
Block a user