rszimm / sprinklers_pi

Sprinkling System Control Program for the Raspberry Pi
GNU General Public License v2.0
310 stars 100 forks source link

Serving jquery from local server, avoid references to code.jquery.com #51

Closed doronblass closed 8 years ago

doronblass commented 8 years ago

In my configuration, I prefer to host all jqeury stuff, rather than force the client to fetch it from the internet.

nhorvath commented 8 years ago

do you think you could put all the jquery stuff in web/jquery so if it needs to get upgraded at some point it's all in one place?

mikedevita commented 8 years ago

this is a good idea considering code.jquery.com frequently gets hacked :+1:

doronblass commented 8 years ago

Good idea. Check the new change in the branch

nhorvath commented 8 years ago

thanks.