Skip to content

Conversation

kimocoder
Copy link

Changed
"if (req.status == 200 {"

To
"if (req.status == 200 || req.status == 302) {"

  • Added to prevent Ajax Status 302 message

Changed 
"if (req.status == 200 {" 

To 
"if (req.status == 200 || req.status == 302) {"

- Added to prevent Ajax Status 302 message
@kitiyaporn
Copy link

firefox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants