bykof / what-to-code

A website for developers to know what-to-code
Apache License 2.0
29 stars 7 forks source link

Fix Random Idea Button doesn't fetch new idea when in "/random" already #40

Open tralwdwd opened 1 day ago

tralwdwd commented 1 day ago

fixes #39 by updating Layout.js to do a http redirect instead of changing location. This causes the retrieveRandomIdea function in random.js to run again and get a different idea.