jQueryPlugins icon indicating copy to clipboard operation
jQueryPlugins copied to clipboard

Problem showing images on Chrome navigator

Open aserral opened this issue 9 years ago • 0 comments

The plugin does not work correctly on Chrome. The images does not display. I suggest you the next fix:

jquery.printElement.js - line 104 - line replace

if (element && element["printPage"]) if (element && element["printPage"] && element["is_ready"] === true)

jquery.printElement.js - line 174 - line replace

html.push('<body style="' + opts["printBodyOptions"]["styleToAdd"] + '" class="' + opts["printBodyOptions"]["classNameToAdd"] + '">'); html.push('<body style="' + opts["printBodyOptions"]["styleToAdd"] + '" class="' + opts["printBodyOptions"]["classNameToAdd"] + '" onload="doReady();">');

jquery.printElement.js - line 177 - add before

html.push('');

aserral avatar Jul 03 '15 18:07 aserral