changeset 267:260ec888fe15

Multilayer for Europeana4D
author fknauft
date Wed, 25 Jan 2012 20:45:13 +0100
parents c37e8c173136
children f25ee0424ce6
files gis_gui/lib/blocks.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gis_gui/lib/blocks.js	Wed Jan 25 20:43:05 2012 +0100
+++ b/gis_gui/lib/blocks.js	Wed Jan 25 20:45:13 2012 +0100
@@ -121,7 +121,7 @@
         e4D_URL=e4D_URL+"kml"+[i+1]+"="+layer_URL+"&source"+[i+1]+"=1";
 	}
     console.debug("                e4D_URL=", e4D_URL );
-    var newwindow=window.open(e4D_URL,"Mappit@Europeana4D","height=800,width=900,resizable=1,scrollbar=1");
+    var newwindow=window.open(e4D_URL,"Mappit@Europeana4D","height=800,width=900,resizable=1,scrollbars=1");
     if (window.focus) {newwindow.focus();}
 			return false;