]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/action.php
Domain name regular expression into lib/framework.php
[quix0rs-gnu-social.git] / lib / action.php
index 4e629c2bc34d0b6c3fb730670d53bdbafc6ebe69..fc7f0a06dde20954d7ff68cc19e5d4a9f206d927 100644 (file)
@@ -394,8 +394,7 @@ class Action extends HTMLOutputter // lawsuit
     {
         $theme = new Theme($mainTheme);
 
-        // Some themes may have external stylesheets, such as using the
-        // Google Font APIs to load webfonts.
+        // Some themes may have external stylesheets
         foreach ($theme->getExternals() as $url) {
             $this->cssLink($url, $mainTheme, $media);
         }
@@ -435,7 +434,6 @@ class Action extends HTMLOutputter // lawsuit
             if (Event::handle('StartShowStatusNetScripts', array($this))) {
                 $this->script('util.js');
                 $this->script('xbImportNode.js');
-                $this->script('geometa.js');
 
                 // This route isn't available in single-user mode.
                 // Not sure why, but it causes errors here.