mdserver-web/plugins/webssh/index.html

10 lines
248 B
HTML
Raw 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);
2018-12-10 06:17:40 -05:00
$.getScript( "/plugins/file?name=webssh&f=js/webssh.js", function() {
if ($(".term-box #term").text() != 'W') {
2018-12-05 03:24:39 -05:00
layer.closeAll();
2019-02-18 03:21:31 -05:00
web_shell2();
2018-12-05 03:24:39 -05:00
}
2018-12-10 06:17:40 -05:00
});
2018-12-05 03:24:39 -05:00
</script>