PyCon / pycon2019

Website for PyCon 2019
BSD 3-Clause "New" or "Revised" License
158 stars 89 forks source link

524 Fix missing image #530

Closed dpoirier closed 9 years ago

dpoirier commented 9 years ago

The copy of jqueryui we had embedded was missing some image files (https://github.com/miurahr/python-markedit/issues/1).

Fixed by getting rid of the embedded version and loading jqueryui from Google's CDN, like we're already doing for some other libraries.

Fixes #524

dchukhin commented 9 years ago

looks good