$wgResourceModules['ext.wrmap'] = array(
- 'scripts' => array('openlayers/OpenLayers.js', 'wrmap.js'),
- // 'scripts' => array('openlayers/lib/OpenLayers.js', 'wrmap.js'), // non-minimized version for debugging
+ 'scripts' => array('openlayers/OpenLayers.min.js', 'wrmap.js'),
+ // 'scripts' => array('openlayers/OpenLayers.js', 'wrmap.js'), // non-minimized version for debugging
'styles' => array('openlayers/theme/default/style.css', 'openlayers/theme/default/google.css'),
// When your module is loaded, these messages will be available through mw.msg()