I have a tiny, almost minimised to the point of not being able to see it, empty panel that is in the centre of the screen every time I launch Illustrator. All panels that should be there are there and populated, this is an extra empty one that is just there on launch.
When I open the empty panel a white background appears, I click with the right button and it appears this:
If I click on view page source this code appears:
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <script src="../js/CSInterface.js"></script> </head> <body> <script src="../js/main.js"></script> </body></html>
Anyone has any idea of how to stop it happening?