mdserver-web/plugins/webssh/index.html

9 lines
236 B
HTML
Raw Permalink Normal View History

2018-12-05 03:24:39 -05:00
<script type="text/javascript">
2019-02-18 03:21:31 -05:00
resetPluginWinWidth(480);
2019-02-19 01:28:16 -05:00
// $.getScript( "/plugins/file?name=webssh&f=js/webssh.js", function() {
//});
if ($(".term-box #term").text() != 'W') {
layer.closeAll();
webShell();
}
2018-12-05 03:24:39 -05:00
</script>