diff options
author | Ernesto Castellotti <mail@ernestocastellotti.it> | 2023-01-11 18:55:39 +0100 |
---|---|---|
committer | Simone <26844016+simonebortolin@users.noreply.github.com> | 2023-01-12 00:02:02 +0100 |
commit | 141037771670544f3905a2674f33cad5ca753ed7 (patch) | |
tree | 1d9a29888a71fdece5afee7f85bf6fac20a9e944 | |
parent | Fix outputMsgCallback waitFailbackShell (diff) | |
download | hack-gpon.github.io-141037771670544f3905a2674f33cad5ca753ed7.tar hack-gpon.github.io-141037771670544f3905a2674f33cad5ca753ed7.tar.gz hack-gpon.github.io-141037771670544f3905a2674f33cad5ca753ed7.tar.bz2 hack-gpon.github.io-141037771670544f3905a2674f33cad5ca753ed7.tar.lz hack-gpon.github.io-141037771670544f3905a2674f33cad5ca753ed7.tar.xz hack-gpon.github.io-141037771670544f3905a2674f33cad5ca753ed7.tar.zst hack-gpon.github.io-141037771670544f3905a2674f33cad5ca753ed7.zip |
-rw-r--r-- | _ont/ont-huawei-ma5671a-root-web.md | 2 | ||||
-rw-r--r-- | assets/js/serialUtil.js (renamed from assets/js/utils.js) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/_ont/ont-huawei-ma5671a-root-web.md b/_ont/ont-huawei-ma5671a-root-web.md index a68c09d..efb0d85 100644 --- a/_ont/ont-huawei-ma5671a-root-web.md +++ b/_ont/ont-huawei-ma5671a-root-web.md @@ -103,7 +103,7 @@ FALCON => saveenv </div> </div> </div> -<script type="text/javascript" src="/assets/js/utils.js"></script> +<script type="text/javascript" src="/assets/js/serialUtil.js"></script> <script type="text/javascript" src="/assets/js/rootLantiq.js"></script> <script> if ('serial' in navigator) { diff --git a/assets/js/utils.js b/assets/js/serialUtil.js index 8ce3c6e..8ce3c6e 100644 --- a/assets/js/utils.js +++ b/assets/js/serialUtil.js |