[datapress] r167 committed - stuff

0 views
Skip to first unread message

codesite...@google.com

unread,
May 11, 2011, 4:19:03 PM5/11/11
to datapres...@googlegroups.com
Revision: 167
Author: edward.benson
Date: Wed May 11 13:18:41 2011
Log: stuff
http://code.google.com/p/datapress/source/detail?r=167

Modified:
/trunk/plugin/head-datasources.php
/trunk/plugin/head-start-exhibit.js.php

=======================================
--- /trunk/plugin/head-datasources.php Wed Mar 30 14:03:30 2011
+++ /trunk/plugin/head-datasources.php Wed May 11 13:18:41 2011
@@ -12,9 +12,9 @@
echo($datasource->htmlContent() . "\n");
}

-
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");
- }
+ //
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");
+ // }
}
}
?>
=======================================
--- /trunk/plugin/head-start-exhibit.js.php Wed May 11 12:45:27 2011
+++ /trunk/plugin/head-start-exhibit.js.php Wed May 11 13:18:41 2011
@@ -20,7 +20,6 @@
return true;
}
});
-
return new Exhibit.Expression._Collection([
result ? "true" : "false" ], "boolean");
}
};
@@ -123,7 +122,7 @@
SimileAjax. jQuery('head').append("<?php echo("<link
href='$exhibituri/wp-exhibit-geocode.php?exhibit-id=$exhibit_id'
type='application/json' rel='exhibit/data' alt='geocoded_data' />") ?>");
callBacks -= 1;
if (callBacks == 0) {
- window.database = Exhibit.Database.create();
+ window.database = Exhibit.Database.create();
window.database.loadDataLinks(onAllDataLoaded);
}
}

Reply all
Reply to author
Forward
0 new messages