mdserver-web/plugins/webssh/index.html

7 lines
155 B
HTML
Executable File

<script type="text/javascript">
resetPluginWinWidth(480);
if ($(".term-box #term").text() != 'W') {
layer.closeAll();
webShell();
}
</script>