mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 23:16:03 +00:00
update libs
This commit is contained in:
1922
client/lib/backbone-min.js
vendored
1922
client/lib/backbone-min.js
vendored
File diff suppressed because one or more lines are too long
@@ -1158,7 +1158,11 @@ var Bull = Bull || {};
|
||||
|
||||
var proceed = function (layoutTemplate) {
|
||||
var injection = _.extend(layoutDefs, data || {});
|
||||
callback(_.template(layoutTemplate, injection));
|
||||
var template = _.template(layoutTemplate, injection);
|
||||
if (typeof template === 'function') {
|
||||
template = template(injection);
|
||||
}
|
||||
callback(template);
|
||||
}.bind(this);
|
||||
|
||||
var layoutTemplate = this._getCachedLayoutTemplate(layoutType);
|
||||
|
||||
6
client/lib/underscore-min.js
vendored
6
client/lib/underscore-min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user