Skip to content

Update FiresheepResult.js#196

Open
kimocoder wants to merge 1 commit intocodebutler:masterfrom
kimocoder:patch-1
Open

Update FiresheepResult.js#196
kimocoder wants to merge 1 commit intocodebutler:masterfrom
kimocoder:patch-1

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