Modified:
/trunk/plugin/head-datasources.php
=======================================
--- /trunk/plugin/head-datasources.php Wed May 11 13:18:41 2011
+++ /trunk/plugin/head-datasources.php Wed May 11 13:45:42 2011
@@ -11,7 +11,7 @@
foreach($exhibit_to_show->get('datasources') as $datasource) {
echo($datasource->htmlContent() . "\n");
}
-
+ // This isn't necessary becasue we're dynamically adding it now
//
if(WpExhibitGeocoder::doesExhibitContainGeocodedData($exhibit_to_show->get('id')))
{
// echo("<link
href='$exhibituri/wp-exhibit-geocode.php?exhibit-id=" .
$exhibit_to_show->get('id') . "' type='application/json' rel='exhibit/data'
alt='geocoded_data' />\n");
// }