moztw / www.moztw.org

Repository of moztw.org
https://moztw.org/
Mozilla Public License 2.0
55 stars 59 forks source link

fix(index): url is always empty #687

Closed pan93412 closed 2 years ago

pan93412 commented 2 years ago

以前的 API 似乎每個連結後面都有 ?source 的追蹤字串,而新的 API 已經不會有這個標記了。

然而目前的程式碼未事先檢查連結是否有 ?source,導致沒有這個字串時,.substring() 永遠回傳空字串。

對使用者來講,最直觀的感受就是連結點不開。因此我直接把這個可能已經用不到的 dead code 刪除,來解決這個問題。

Fixed #686