[openstreetmap/openstreetmap-website] Don't display error messages when second scheduled rc command fails (PR #3767)

Anton Khorev notifications at github.com
Wed Oct 26 10:53:17 UTC 2022


@AntonKhorev commented on this pull request.



>          iframe.remove();
       }, 5000);
 
       iframe
         .hide()
         .appendTo("body")
-        .attr("src", url)
+        .attr("src", url) // Open url without having to worry about CORS because we never read the response. This is for editors like Potlatch that don't send Access-Control-Allow-Origin header.

I usually don't care how long the line with comment is.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/3767#discussion_r1005527827
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/3767/review/1156289527 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20221026/c1236793/attachment.htm>


More information about the rails-dev mailing list