Nginx-Fancyindex-Theme icon indicating copy to clipboard operation
Nginx-Fancyindex-Theme copied to clipboard

Handle failures of req.send() by going there directly

Open hmage opened this issue 9 years ago • 0 comments

If req.send() goes to a 302 redirect page, chrome doesn't return but rather throws an exception, handle that by catching the exceptions and using window.location.replace() to go that url.

hmage avatar May 18 '15 18:05 hmage