summaryrefslogtreecommitdiff
path: root/lib/action.php
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-11-19 15:15:34 -0500
committerCraig Andrews <candrews@integralblue.com>2009-11-19 15:17:57 -0500
commit8628db5208a08716d4b4d7fddc270efbbefc6459 (patch)
tree4c984e5828a2433315066aff44f42f6b802739cd /lib/action.php
parent9a74a094ed02345c810e169bfedc3940481a79a4 (diff)
Add geometa library, and include it.
Geometa provides a fallback for W3C geolocation so that Google Gears or Google's Client Location service can also be used
Diffstat (limited to 'lib/action.php')
-rw-r--r--lib/action.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/action.php b/lib/action.php
index 9c7060bba..8ad391755 100644
--- a/lib/action.php
+++ b/lib/action.php
@@ -259,6 +259,7 @@ class Action extends HTMLOutputter // lawsuit
Event::handle('StartShowLaconicaScripts', array($this))) {
$this->script('js/xbImportNode.js');
$this->script('js/util.js');
+ $this->script('js/geometa.js');
// Frame-busting code to avoid clickjacking attacks.
$this->element('script', array('type' => 'text/javascript'),
'if (window.top !== window.self) { window.top.location.href = window.self.location.href; }');