更新 infowindow-view.js

remotes/origin/master
钟进 4 years ago
parent 25d896e213
commit f5da1a35bf

@ -94,7 +94,8 @@ var Infowindow = View.extend({
}, values);
this.$el.html(
sanitize.html(this.template(obj), this.model.get('sanitizeTemplate'))
// sanitize.html(this.template(obj), this.model.get('sanitizeTemplate'))
sanitize.html(this.template(obj), false)
);
// Set width and max-height from the model only

Loading…
Cancel
Save