Skip to content
New issue

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

fix: [0566] カレントパス取得部分のURIエンコード処理を元に戻す #1289

Merged
merged 1 commit into from May 22, 2022

Conversation

cwtickle
Copy link
Owner

@cwtickle cwtickle commented May 22, 2022

🔨 変更内容 / Details of Changes

  1. カレントパス取得部分のURIエンコード処理を元に戻しました。

🔖 関連Issue, 変更理由 / Related Issues, Reason for Changes

  1. Gitterでの指摘より。
    https://gitter.im/danonicw/community?at=628912bcdb6f627d25931313

PR #1277 にてカレントパス取得部分のURIエンコード処理を追加しましたが、
document.currentScript.src及びdocument.getElementsByTagName('script')[i].srcでは
すでにURIエンコードが行われているため、この処理自体不要でした。

📷 スクリーンショット / Screenshot

📝 その他コメント / Other Comments

@cwtickle cwtickle added bug Something isn't working func:Loading need-to-fix-supportVer. サポートバージョンへの修正が必要な場合にラベル付け labels May 22, 2022
@codeclimate
Copy link

codeclimate bot commented May 22, 2022

Code Climate has analyzed commit e482dc5 and detected 0 issues on this pull request.

View more on Code Climate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working func:Loading need-to-fix-supportVer. サポートバージョンへの修正が必要な場合にラベル付け
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant