fix: load crowdin script using https

This commit is contained in:
barredterra 2024-03-27 13:15:53 +01:00
parent 90610a7e8e
commit 41a28e7381
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@
var _jipt = []; var _jipt = [];
_jipt.push(['project', 'frappe']); _jipt.push(['project', 'frappe']);
</script> </script>
<script type="text/javascript" src="//cdn.crowdin.com/jipt/jipt.js"></script> <script type="text/javascript" src="https://cdn.crowdin.com/jipt/jipt.js"></script>
{% endif %} {% endif %}
<script> <script>

View file

@ -30,7 +30,7 @@
var _jipt = []; var _jipt = [];
_jipt.push(['project', 'frappe']); _jipt.push(['project', 'frappe']);
</script> </script>
<script type="text/javascript" src="//cdn.crowdin.com/jipt/jipt.js"></script> <script type="text/javascript" src="https://cdn.crowdin.com/jipt/jipt.js"></script>
{% endif %} {% endif %}
</head> </head>
<body> <body>