Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2014-03-19 15:40:14 +0400
committerMichal Čihař <michal@cihar.com>2014-03-19 15:40:14 +0400
commit9a56641d0dab2dc88410212412dcb00f045967ae (patch)
tree666469353a7851e5e2b7fe5d321d8b7a92432477 /js/gis_data_editor.js
parent2456af7a019fd95331acbc7e6cfc39601f079d31 (diff)
Document possible todo
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'js/gis_data_editor.js')
-rw-r--r--js/gis_data_editor.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/gis_data_editor.js b/js/gis_data_editor.js
index bdd896459c..e8860242df 100644
--- a/js/gis_data_editor.js
+++ b/js/gis_data_editor.js
@@ -252,6 +252,7 @@ AJAX.registerOnload('gis_data_editor.js', function () {
$('#gis_data_textarea').val(data.result);
$('#placeholder').empty().removeClass('hasSVG').html(data.visualization);
$('#openlayersmap').empty();
+ /* TODO: the gis_data_editor should rather return JSON than JS code to eval */
eval(data.openLayers);
initGISEditorVisualization();
} else {