Files
recycled-ni-neutrino/data/y-web/Y_NI_NetFS-init.yhtm
vanhofen 1f7890de40 yWeb: move goUrl() and goPort() away from Y_NIlib.js
Origin commit data
------------------
Branch: ni/coolstream
Commit: bc15870197
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-21 (Tue, 21 Feb 2023)

Origin message was:
------------------
- yWeb: move goUrl() and goPort() away from Y_NIlib.js

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2023-02-21 22:52:10 +01:00

21 lines
669 B
Plaintext

{=include-block:Y_Blocks.txt;head_ni=}
<script src="/Y_Baselib.js"></script>
<script>
jQuery(document).ready(function(){
window.document.location.href='/Y_NI_NetFS-control.yhtm?mount_type={=mount_type=}&mount_type_s={=mount_type_s=}';
});
</script>
{=include-block:Y_Blocks.txt;head_close=}
<body>
<div class="work_box">
<div class="work_box_head"><div class="work_box_head_h2">
{=var-set:menu=Initializing {=mount_type_s=}=}{=include-block:Y_Blocks.txt;work_menu=}
</div></div>
<div class="work_box_body">
<img src="/images/wait.gif" class="status" title="wait"> Please wait ...
{=func:netfs_read_config {=mount_type=}=}
</div>
</div>
</body>
</html>