akerr501 / akerr501/CS361-Ethical-Eating-Project
Several refreshes needed to use saved recipes
オープン
- 主要言語
- JavaScript
- スター
- 0
- フォーク
- 2
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
What I think is happening is the saved page is using a POST request after the window has loaded. But for the window to render anything, I still had it render as a GET. So it would go through GET, then go thru the POST, but the POST would not update the page. You will need to get the page to update without refreshing.
You can replicate this by logging in and then going to the saved page. It will not show the correct information. After the POST request has happened and you refresh, it should now show the information,
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。