From 1e89369ef8e13dc7fae66e22a127cf22732c204e Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Mon, 21 Mar 2016 03:11:22 +0100 Subject: [PATCH] geometa.js doesn't exist anymore --- lib/action.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/action.php b/lib/action.php index 284f160e67..fc7f0a06dd 100644 --- a/lib/action.php +++ b/lib/action.php @@ -434,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.