mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-03 04:15:29 +00:00
Fix JS name and remove references to .map files (#854)
This commit is contained in:
parent
573b76a082
commit
dedb17feb9
4 changed files with 1 additions and 4 deletions
static/js
templates/accounts
1
static/js/purify.min.js
vendored
1
static/js/purify.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -229,4 +229,3 @@
|
|||
// src/webauthn-json/browser-global.ts
|
||||
globalThis.webauthnJSON = webauthn_json_exports;
|
||||
})();
|
||||
//# sourceMappingURL=webauthn-json.browser-global.js.map
|
||||
|
|
|
@ -25,4 +25,3 @@ var time_estimates;time_estimates={estimate_attack_times:function(e){var t,n,s,o
|
|||
|
||||
},{}]},{},[4])(4)
|
||||
});
|
||||
//# sourceMappingURL=zxcvbn.js.map
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
{% block scripts %}
|
||||
{% compress js %}
|
||||
<script src="{% static 'js/zxcvbn.js' %}"></script>
|
||||
<script src="{% static 'js/zxcvbn.min.js' %}"></script>
|
||||
<script src="{% static 'js/set-password.js' %}"></script>
|
||||
{% endcompress %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Reference in a new issue