crabbly / Print.js

A tiny javascript library to help printing from the web.
MIT License
4.28k stars 672 forks source link

fix: skip loadIframeImage when img tag src attribute is empty #676

Open ekoooo opened 1 year ago

ekoooo commented 1 year ago

When img tag src attribute is empty, if current page URL contains hash symbol, the value of image.src and window.location.href are not equal.