owncloud / core

:cloud: ownCloud web server core (Files, DAV, etc.)
https://owncloud.com
GNU Affero General Public License v3.0
8.38k stars 2.05k forks source link

oc-1876 - [Gallery] Includes jquery.min.js from ajax.googleapis.com #916

Closed msrex closed 11 years ago

msrex commented 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

karlitschek commented 11 years ago

@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.

BernhardPosselt commented 11 years ago

fixed