Locate the file html-javascript-adder.php which is in the plugins/html-javascript-adder directory.
Replace all instances of
src=”https://localhost/’
with
src=”<?php echo HJA_URL . ‘
these should be on lines 243, 270, 276.
This makes the browser look for the images on the server rather than your computer.