mdserver-web/plugins/webssh/index.html

6 lines
145 B
HTML
Raw Normal View History

2018-12-05 03:24:39 -05:00
<script type="text/javascript">
if ($(".term-box #term").text() != 'W') {
layer.closeAll();
web_shell();
}
</script>