On Thu, 16 Nov 2017 at 11:46 Iain R. Learmonth <irl@torproject.org> wrote:
Hi,

On 16/11/17 02:36, teor wrote:
> No, I can't, because iOS ad blockers do not provide this information.
> Did you add many resources in the transition?

Short of buying me an iPad I have no idea how to debug this.

The following resources are loaded by Relay Search, and the new ones are
those on metrics.torproject.org. Note that the entire application is
loaded when you access the site, so it either works or it doesn't. If
there is a single JavaScript or template missing, it will just not work.

https://atlas.torproject.org/
https://metrics.torproject.org/js/jquery-3.2.1.min.js
https://atlas.torproject.org/js/jquery.cookieBar.js
https://atlas.torproject.org/css/bootstrap.min.css
https://metrics.torproject.org/js/bootstrap.min.js
https://atlas.torproject.org/css/font-awesome.min.css
https://atlas.torproject.org/fonts/source-sans-pro.css
https://atlas.torproject.org/css/prism.css
https://metrics.torproject.org/js/prism.js
https://atlas.torproject.org/css/style.css
https://metrics.torproject.org/js/script.js
https://atlas.torproject.org/css/atlas.css?v1
https://atlas.torproject.org/js/libs/require/require.js
https://atlas.torproject.org/images/tor-metrics-white.png
https://atlas.torproject.org/images/tor-metrics-white@2x.png
https://atlas.torproject.org/js/main.js?v1
https://atlas.torproject.org/js/app.js?v1
https://atlas.torproject.org/js/libs/underscore/underscore-min.js?v1
https://atlas.torproject.org/js/libs/backbone/backbone-optamd3-min.js?v1
https://atlas.torproject.org/js/router.js?v1
https://atlas.torproject.org/js/views/details/main.js?v1
https://atlas.torproject.org/js/views/search/main.js?v1
https://atlas.torproject.org/js/views/search/do.js?v1
https://atlas.torproject.org/js/libs/jssha/sha1.js?v1
https://atlas.torproject.org/js/models/relay.js?v1
https://atlas.torproject.org/js/models/graph.js?v1
https://atlas.torproject.org/js/libs/require/text.js?v1
https://atlas.torproject.org/js/libs/bootstrap/bootstrap-tooltip.js?v1
https://atlas.torproject.org/js/libs/d3js/d3.v3.min.js?v1
https://atlas.torproject.org/js/helpers.js?v1
https://atlas.torproject.org/js/collections/results.js?v1
https://atlas.torproject.org/js/libs/datatables/jquery.dataTables.min.js?v1
https://atlas.torproject.org/js/libs/datatables/dataTables.Sorting.js?v1
https://atlas.torproject.org/js/libs/bootstrap/bootstrap3-typeahead.min.js?v1
https://atlas.torproject.org/templates/details/router.html?v1
https://atlas.torproject.org/templates/details/bridge.html?v1
https://atlas.torproject.org/templates/details/error.html?v1
https://atlas.torproject.org/templates/search/do.html?v1
https://atlas.torproject.org/templates/search/main.html?v1

Thanks,
Iain.

_______________________________________________
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
 
Hi
I seem to have a similar problem in Opera v49 as teor in iOS. Only see the spinning ajax-loader.gif.

Went into debugger and seems like the page is loaded, but the style is set to display=none.
<div id="wrapper" style="display:none;">

Once overridden, page displays fine and functions => I can search.

So the question is why isn't the loader overlay disabled?

Regards