diff options
author | friendica <info@friendica.com> | 2012-05-07 18:48:26 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-07 18:48:26 -0700 |
commit | b128a37cee7b49ae83d16ddfd3cd99097a80b9f9 (patch) | |
tree | 3035784f65e3d4bd58a12f382d77e99b19ad323d /view/theme/diabook/js/jquery.mapquery.mqMousePosition.js | |
parent | f0b7a8ae35c67f2440c3c3574451f52e5126fa68 (diff) | |
parent | 88443ed3fb3c4d91f93d3520f260aa40eb6ec694 (diff) | |
download | volse-hubzilla-b128a37cee7b49ae83d16ddfd3cd99097a80b9f9.tar.gz volse-hubzilla-b128a37cee7b49ae83d16ddfd3cd99097a80b9f9.tar.bz2 volse-hubzilla-b128a37cee7b49ae83d16ddfd3cd99097a80b9f9.zip |
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/diabook/js/jquery.mapquery.mqMousePosition.js')
-rw-r--r-- | view/theme/diabook/js/jquery.mapquery.mqMousePosition.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/diabook/js/jquery.mapquery.mqMousePosition.js b/view/theme/diabook/js/jquery.mapquery.mqMousePosition.js index 54d0c5309..d4370bfe4 100644 --- a/view/theme/diabook/js/jquery.mapquery.mqMousePosition.js +++ b/view/theme/diabook/js/jquery.mapquery.mqMousePosition.js @@ -94,10 +94,10 @@ $.widget("mapQuery.mqMousePosition", { new OpenLayers.Projection(mapProjection), new OpenLayers.Projection(displayProjection)); } - $("#mq-mouseposition-x", element).html( - this.options.x+': '+pos.lon.toFixed(this.options.precision)); - $("#mq-mouseposition-y", element).html( - this.options.y+': '+pos.lat.toFixed(this.options.precision)); + $("#id_diabook_ELPosX", element).val( + this.options.x+pos.lon.toFixed(this.options.precision)); + $("#id_diabook_ELPosY", element).val( + this.options.y+pos.lat.toFixed(this.options.precision)); }, _onMouseMove: function(evt, data) { |