X-Git-Url: https://git.mxchange.org/?p=quix0rs-gnu-social.git;a=blobdiff_plain;f=lib%2Faction.php;fp=lib%2Faction.php;h=5f12b4e94b4791b2ffb194f2c7ea1a3fa98bb402;hp=ca8ece7ebc1a075aa9d5e3e9813e72948d3b8db9;hb=0715a50e0b6ae08e1f6b24d615566e9031ffd756;hpb=3326b7b850f538f0e3c2c7969c5e566e2a374ffb diff --git a/lib/action.php b/lib/action.php index ca8ece7ebc..5f12b4e94b 100644 --- a/lib/action.php +++ b/lib/action.php @@ -423,7 +423,9 @@ class Action extends HTMLOutputter // lawsuit if (Event::handle('StartShowStatusNetScripts', array($this))) { $this->script('util.js'); $this->script('xbImportNode.js'); - $this->script('geometa.js'); + if (common_location_shared()) { + $this->script('geometa.js'); + } // This route isn't available in single-user mode. // Not sure why, but it causes errors here.