Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit f983baf

Browse files
committed
Merge branch 'master' of github.com:geosolutions-it/MapStore
2 parents cae2b74 + 2cc52d5 commit f983baf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mapcomposer/app/templates/composer.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@
9898
// of a POST request from Ringo.
9999
// ///////////////////////////////////////////////
100100
var content = <% content %>;
101-
if(content && content.data){
101+
/*if(content && content.data){
102102
console.log(content);
103-
}
103+
}*/
104104

105105
var app;
106106
var modified = false; var mapIdentifier = -1; var authorization = false; var fullScreen = false; var bbox; var useCookies; var templateId;

mapcomposer/app/templates/viewer.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@
8787
// of a POST request from Ringo.
8888
// ///////////////////////////////////////////////
8989
var content = <% content %>;
90-
if(content && content.data){
90+
/*if(content && content.data){
9191
console.log(content);
92-
}
92+
}*/
9393

9494
var app;
9595
var modified = false; var mapIdentifier = -1; var fullScreen = false; var bbox; var languageSelector = true; var useCookies;

0 commit comments

Comments
 (0)