vjeantet/hugo-theme-docdock

Upgrade jQuery to 3.x

Open

#170 opened on Nov 12, 2018

 (0 comments) (0 reactions) (0 assignees)JavaScript (315 forks)github user discovery
help wanted

Repository metrics

Stars
 (614 stars)
PR merge metrics
 (PR metrics pending)

Description

docDock currently use jQuery 2.x, which is deprecated. To upgrade 3.x, one should:

  1. Update all links to jQuery on CDN
  2. Check for errors in the browser console
  3. Check for errors with main functions/features from custom docDock functions
  4. Check for errors with docDock "plugins" like reveal.js etc.

PR must be against DEV branch so results could be verified also by others.

Optional webcomic on this topic.

44330578_1958452114267775_601193185564121357_n

Image from GARABATOKID

Contributor guide