6 lines
145 B
HTML
6 lines
145 B
HTML
|
|
<script type="text/javascript">
|
||
|
|
if ($(".term-box #term").text() != 'W') {
|
||
|
|
layer.closeAll();
|
||
|
|
web_shell();
|
||
|
|
}
|
||
|
|
</script>
|