0
0
Fork 0
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 ()

This commit is contained in:
Viktor Szépe 2023-07-02 14:25:04 +02:00 committed by GitHub
parent 573b76a082
commit dedb17feb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 4 deletions

File diff suppressed because one or more lines are too long

View file

@ -229,4 +229,3 @@
// src/webauthn-json/browser-global.ts
globalThis.webauthnJSON = webauthn_json_exports;
})();
//# sourceMappingURL=webauthn-json.browser-global.js.map

View file

@ -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

View file

@ -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 %}