yusp75
1
Because html pages in this site use jquery.min.js, it is from google:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
But we have Firewall , it is difficlut to access google content. Then hope the web change to other CDN source. For example:
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
Gunner
2
I fixed your post formatting so developers can see what you are talking about…
Costas
3
It is a Firewall or Government policy in the Far East that blocks mighty Google?
yusp75
4
It is Government Firewall.
Costas
5
Thought so, send the Government an email and tell them they are stopping your personal development 
1 Like
yusp75
6
But it is the China, so it is impossible.
1 Like
Costas
7
I know where you are and hopefully @Dmitriy will check your porposed CDN mod.
@yusp75 thanks for reporting. Should be fixed now.