更新 infowindow-view.js
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user