Merge branch 'master' into download-feature

This commit is contained in:
El RIDO 2021-04-17 08:47:14 +02:00
commit 47029fb04e
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
7 changed files with 10 additions and 7 deletions

View file

@ -3701,7 +3701,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
*/
function setLanguage(event)
{
document.cookie = 'lang=' + $(event.target).data('lang');
document.cookie = 'lang=' + $(event.target).data('lang') + ';secure';
UiHelper.reloadHome();
}