Closed msrex closed 11 years ago
From http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-1876
This is something for an expert, not a bug cleanup-guy to think about :)
Description: gallery app includes
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
on line 37 (owncloud 4.0.7) It's slows down owncloud greatly when working on LAN.
Reproduction steps: 1) Clean owncloud install 2) Open with firefox with firebug add-on 3) See external files being fetched from google
@Raydiation Could you also have a look at the apptemplate_advance? I saw that you include files from google there too. We shouldn't do that.
fixed
From http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-1876
This is something for an expert, not a bug cleanup-guy to think about :)
Description: gallery app includes
on line 37 (owncloud 4.0.7) It's slows down owncloud greatly when working on LAN.
Reproduction steps: 1) Clean owncloud install 2) Open with firefox with firebug add-on 3) See external files being fetched from google