]> git.openstreetmap.org Git - rails.git/commitdiff
Enable JPEG export from Osmarender again.
authorTom Hughes <tom@compton.nu>
Tue, 22 Jul 2008 08:53:34 +0000 (08:53 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 22 Jul 2008 08:53:34 +0000 (08:53 +0000)
app/views/export/start.rjs

index 923613c1853cf9609d6b1d6942977a9c8d5a3b4f..47cf9ce6bf21feddbcec4cc630233677fd30205c 100644 (file)
@@ -276,7 +276,6 @@ page << <<EOJ
     if ($("format_osmarender").checked) {
       var zoom = Math.min(map.getZoom(), maxOsmarenderZoom());
 
-      $("osmarender_format").disabled = true;
       $("osmarender_zoom").options.selectedIndex = zoom - 4;
       $("export_osmarender").style.display = "inline";
     } else {