We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://moztw.org/firefox/
inc/dlff-new.html 裏面沒有 iOS 的下載連結
The text was updated successfully, but these errors were encountered:
在 iOS 上無法正確被辨識
<html class="os-unrecognized">
相關 script 位於 sandstone/js/os_detector.js:23
sandstone/js/os_detector.js:23
https://github.com/moztw/www.moztw.org/blob/master/sandstone/js/os_detector.js#L23
detect: function () { os_detector.os_detected = os_detector.get_os(); switch (os_detector.os_detected) { case os_detector.os_list.os_windows: case os_detector.os_list.os_windows64: return "os-windows"; case os_detector.os_list.os_linux: case os_detector.os_list.os_linux64: return "os-linux"; case os_detector.os_list.os_macosx: return "os-macosx os-osx"; case os_detector.os_list.os_mac: return "os-mac"; case os_detector.os_list.os_android: return "os-android os-android-arm"; case os_detector.os_list.os_android_other: return "os-android os-android-other"; default: return "os-unrecognized"; } },
其中遺漏了 os_ios 的判斷,因此跑到 default 那邊去了。
os_ios
default
另外,在 inc/dlff-new.html 裡面也無 <li class="os_ios"> ... </li> 的項目, 應該是因為之前 Firefox 在 iOS 商店重新上架後沒有特別加上去,所以這個要另外補一下。
inc/dlff-new.html
<li class="os_ios"> ... </li>
Sorry, something went wrong.
No branches or pull requests
https://moztw.org/firefox/
inc/dlff-new.html 裏面沒有 iOS 的下載連結
The text was updated successfully, but these errors were encountered: