Use minified version of util.js
This commit is contained in:
parent
a81bc5c0fd
commit
da4f8d465f
1
js/util.min.js
vendored
Normal file
1
js/util.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -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; }');
|
||||
|
Loading…
Reference in New Issue
Block a user