bookreader icon indicating copy to clipboard operation
bookreader copied to clipboard

Investigate if we can require $ to be imported instead of global

Open cdrini opened this issue 4 years ago • 0 comments

Currently, all .js files assume $ to be globally available. It would be great if we could make that package only work with import.

Requirements:

  • [ ] Any file that references $ should also import it
  • [ ] jQuery should not be included in the BookReader bundle

cdrini avatar Sep 20 '21 23:09 cdrini