Use minified version of util.js

This commit is contained in:
Evan Prodromou 2010-11-17 12:16:50 -05:00
parent a81bc5c0fd
commit da4f8d465f
2 changed files with 2 additions and 1 deletions

1
js/util.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -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; }');