From 2e401b43f41d76042ce26a6451059e0693786e35 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Mon, 28 Jan 2013 20:38:02 +0100 Subject: [PATCH] Make attribution control unselectable --- src/ol/control/attributioncontrol.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/control/attributioncontrol.js b/src/ol/control/attributioncontrol.js index 52e33effba..e8da8080b8 100644 --- a/src/ol/control/attributioncontrol.js +++ b/src/ol/control/attributioncontrol.js @@ -24,7 +24,7 @@ ol.control.Attribution = function(attributionOptions) { this.ulElement_ = goog.dom.createElement(goog.dom.TagName.UL); var element = goog.dom.createDom(goog.dom.TagName.DIV, { - 'class': 'ol-attribution' + 'class': 'ol-attribution ol-unselectable' }, this.ulElement_); goog.base(this, {