diff options
author | al <protexted@example.com> | 2018-08-13 22:32:54 +0200 |
---|---|---|
committer | al <protexted@example.com> | 2018-08-13 22:32:54 +0200 |
commit | 2014328470a41c2cf6fb1cb18952ee6e09e94c49 (patch) | |
tree | 5b8e679ccb103e61a628092d454b7b4ab93c5a31 | |
parent | a2f1ee2f74ba3deccc1d1fdb626e1b73725b667f (diff) | |
download | phpvirtualbox-2014328470a41c2cf6fb1cb18952ee6e09e94c49.zip phpvirtualbox-2014328470a41c2cf6fb1cb18952ee6e09e94c49.tar.gz phpvirtualbox-2014328470a41c2cf6fb1cb18952ee6e09e94c49.tar.bz2 |
Gray screen after dismissing error message has link to current url
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -509,5 +509,6 @@ </tr> </table> </div> +<div onclick="javascript:window.location.href='./';" style="height:100%; cursor:pointer;"> </div> </body> </html> |