Skip to content
Snippets Groups Projects
Commit a3e88e78 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Update the URL to WinChan. Use cachify for the resources.

issue #1871
issue #1937
parent db579781
No related branches found
No related tags found
No related merge requests found
...@@ -157,6 +157,10 @@ exports.resources = { ...@@ -157,6 +157,10 @@ exports.resources = {
], ],
'/production/relay.js': [ '/production/relay.js': [
'/relay/relay.js' '/relay/relay.js'
],
'/production/authenticate_with_primary.js': [
'/common/js/lib/winchan.js',
'/auth_with_idp/main.js'
] ]
}; };
exports.resources[dialog_min_js] = dialog_js; exports.resources[dialog_min_js] = dialog_js;
......
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Browser ID</title> <title>Browser ID</title>
<script type='text/javascript' src='https://static.login.persona.org/lib/winchan.js'></script> <%- cachify_js('/production/authenticate_with_primary.js') %>
<script type='text/javascript' src='https://static.login.persona.org/auth_with_idp/main.js'></script>
</head> </head>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment