Problem/Motivation
Just noticed this javascript was being added to all my pages regardless of it being needed or not.
Proposed resolution
Attach it when needed.
Remaining tasks
User interface changes
API changes
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | attach-js-visualization-2507229-1.patch | 1.56 KB | joelpittet |
Comments
Comment #1
joelpittetIt's a small file but potentially another request being made and object created that doesn't need to be there.
This should do the trick I'd expect.
Comment #3
joelpittetComment #6
Niremizov commentedComment #8
Niremizov commentedComment #9
Niremizov commentedНаve forgotten that this is already fixed for 8.x branch. So seems fixed now.
Comment #10
joelpittetCool thanks