diff options
author | Evan Prodromou <evan@status.net> | 2010-11-17 12:16:50 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-11-17 12:16:50 -0500 |
commit | da4f8d465ffdf9833c495699eff966810b522c5d (patch) | |
tree | 4d750c21e655844df99434b38d2f9e7bd3449b52 /lib/action.php | |
parent | a81bc5c0fd3c6b1542554270bbaff81d4e70cd67 (diff) |
Use minified version of util.js
Diffstat (limited to 'lib/action.php')
-rw-r--r-- | lib/action.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action.php b/lib/action.php index 17d3e2311..318c3063e 100644 --- a/lib/action.php +++ b/lib/action.php @@ -282,7 +282,7 @@ class Action extends HTMLOutputter // lawsuit } if (Event::handle('StartShowStatusNetScripts', array($this)) && Event::handle('StartShowLaconicaScripts', array($this))) { - $this->script('util.js'); + $this->script('util.min.js'); $this->showScriptMessages(); // Frame-busting code to avoid clickjacking attacks. $this->inlineScript('if (window.top !== window.self) { window.top.location.href = window.self.location.href; }'); |