Function
injectCss
(
path = "/scripts/magnify_image.css",
id = "ufs-magnify-image-css"
)
Source from the content-addressed store, hash-verified
| 311 | ImgOps | https://imgops.com/#b#`; |
| 312 | |
| 313 | function injectCss( |
| 314 | path = "/scripts/magnify_image.css", |
| 315 | id = "ufs-magnify-image-css" |
| 316 | ) { |
| 317 | if (!document.querySelector("#" + id)) { |
| 318 | UfsGlobal.Extension.getURL(path).then((url) => { |
| 319 | UfsGlobal.DOM.injectCssFile(url, id); |
| 320 | }); |
| 321 | } |
| 322 | } |
| 323 | function getMousePos() { |
| 324 | return CACHED.mouse; |
| 325 | } |
Tested by
no test coverage detected