Remove target attribute on attributions link

This commit is contained in:
Frederic Junod
2014-09-17 11:26:15 +02:00
parent 163cc5b873
commit 0938ab654a
3 changed files with 3 additions and 5 deletions

View File

@@ -312,8 +312,7 @@ ol.control.Attribution.prototype.insertLogos_ = function(frameState) {
logoElement = image;
} else {
logoElement = goog.dom.createDom(goog.dom.TagName.A, {
'href': logoValue,
'target': '_blank'
'href': logoValue
});
logoElement.appendChild(image);
}