Commit 18e6619
authored
Fix tippy tooltip library not loading in production mode (#7525)
#### Rationale
tippy tooltip library was not loading on PanoramaWeb-DR after upgrade to
LK 26.3, and in production mode (`-Ddevmode=false`) on my dev machine.
The `tippy.lib.xml` only had `mode="dev"` entries causing
`ReferenceError: tippy is not defined` in production mode in
QCSummaryPanel.js and QCTrendPlotPanel.js.
#### Related Pull Requests
- #7367
- LabKey/targetedms#1172
#### Changes
- Added tippy-bundle.umd.min.js for production mode
- Load popper.min.js in both dev and production modes (must load before
tippy-bundle)1 parent d127f76 commit 18e6619
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | | - | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
0 commit comments