@nertc commented on this pull request.
> @@ -86,6 +86,16 @@ OSM.initializeDataLayer = function (map) {
if (dataLoader) dataLoader.abort();
+ let spanLoading = $("#layers-data-loading");
+
+ if (!spanLoading.length) {
+ spanLoading = $("<span>")
+ .attr("id", "layers-data-loading")
+ .appendTo($("#label-layers-data"));
+
+ spanLoading.append(" " + I18n.t("javascripts.map.layers.loading"));
`Loading` text was changed with the loader spinner.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5009#discussion_r1812536296
You are receiving this because you are subscribed to this thread.
Message ID:
<openstreetmap/openstreetmap-website/pull/5009/review/2388296...@github.com>
_______________________________________________
rails-dev mailing list
rails-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/rails-dev