summaryrefslogtreecommitdiff
path: root/lib/action.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-09-02 22:21:07 -0400
committerEvan Prodromou <evan@status.net>2010-09-02 22:21:07 -0400
commit0c5ca46ba3a070803d993b0244fcc69d33875ebd (patch)
tree51fa9e052b6d2978a6d3c4af3f6a197c0ca705e9 /lib/action.php
parent925381707b921315ba76418ed0d1dd50f9548e80 (diff)
combine our standard scripts into one big script
Diffstat (limited to 'lib/action.php')
-rw-r--r--lib/action.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/action.php b/lib/action.php
index 1d85f19e9..0b1cef365 100644
--- a/lib/action.php
+++ b/lib/action.php
@@ -269,9 +269,7 @@ class Action extends HTMLOutputter // lawsuit
}
if (Event::handle('StartShowStatusNetScripts', array($this)) &&
Event::handle('StartShowLaconicaScripts', array($this))) {
- $this->script('xbImportNode.js');
$this->script('util.js');
- $this->script('geometa.js');
// Frame-busting code to avoid clickjacking attacks.
$this->inlineScript('if (window.top !== window.self) { window.top.location.href = window.self.location.href; }');
Event::handle('EndShowStatusNetScripts', array($this));