Skip to content

Remove jQuery from visitor-facing JavaScript

Jigar Mehta requested to merge 3212045-remove-jquery into 8.x-1.x

What's done

  • Separate the admin js library from visitor-facing js library
    • Created disqus/disqus.settings library
  • Created helper methods in Drupal.disqus to load Disqus scripts
  • Removed dependency on jQuery.
  • Added use strict.

Merge request reports