In V 8.3.1.B82 a script error is shown when clicking on a cache-image in Splitscreen- Full Display. The image is shown though and after clicking on 'yes' all is OK
Reinstalled GSAK 8.3.01 and updated to B80 -> B81 -> B82 and no problem up to B81.
Added some screenshots. The translation of the error message: "Can't set the src attribute of an undefined reference or a reference to an empty value"
To be complete: Windows 7 home, IE11 but also on my laptop with Windows 8.0 pro.
Image may be NSFW.
Clik here to view.
HTML code in B82 from line 37:
HTML code in B81:Image may be NSFW.
Clik here to view.
Reinstalled GSAK 8.3.01 and updated to B80 -> B81 -> B82 and no problem up to B81.
Added some screenshots. The translation of the error message: "Can't set the src attribute of an undefined reference or a reference to an empty value"
To be complete: Windows 7 home, IE11 but also on my laptop with Windows 8.0 pro.
Image may be NSFW.
Clik here to view.

HTML code in B82 from line 37:
CODE |
<script type="text/javascript"> function popup(divID,image,ilink) { var item = document.getElementById(divID); if (item) { item.className=(item.className=='hidden')?'unhidden':'hidden'; } var imgx = document.getElementById(image); imgx.src = ilink; } </script> |
HTML code in B81:Image may be NSFW.
Clik here to view.
