diff options
author | friendica <info@friendica.com> | 2012-10-24 19:13:29 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-24 19:13:29 -0700 |
commit | ceeb4db6e304c26ebe56311743eb9baca69f7066 (patch) | |
tree | f0707fdd2e1ed786a39f2e0491f275fd2e3982a3 /mod/network.php | |
parent | 2b95ce9f07bcf2d85eeb410f6d9bc4b3f2b54b86 (diff) | |
download | volse-hubzilla-ceeb4db6e304c26ebe56311743eb9baca69f7066.tar.gz volse-hubzilla-ceeb4db6e304c26ebe56311743eb9baca69f7066.tar.bz2 volse-hubzilla-ceeb4db6e304c26ebe56311743eb9baca69f7066.zip |
Give the UI a little love after all the backend mods
Diffstat (limited to 'mod/network.php')
-rw-r--r-- | mod/network.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mod/network.php b/mod/network.php index b431c67a1..8793aa51a 100644 --- a/mod/network.php +++ b/mod/network.php @@ -102,8 +102,6 @@ function network_init(&$a) { $base = $a->get_baseurl(); - $a->page['htmlhead'] .= '<script src="' . $a->get_baseurl(true) . '/library/jquery_ac/friendica.complete.js" ></script>'; - $a->page['htmlhead'] .= <<< EOT <script>$(document).ready(function() { |