Ticket #11810: 11810.patch
File 11810.patch, 596 bytes (added by , 15 years ago) |
---|
-
django/contrib/gis/templates/gis/admin/openlayers.js
92 92 var mod = new OpenLayers.Control.ModifyFeature(lyr, {'displayClass': 'olControlModifyFeature'}); 93 93 {{ module }}.controls = [nav, draw_ctl, mod]; 94 94 {% else %} 95 {{ module }}.controls = [nav, d arw_ctl];95 {{ module }}.controls = [nav, draw_ctl]; 96 96 {% endif %} 97 97 } 98 98 {{ module }}.init = function(){