From c3b2b0fbe96d9578ae17da8aec32b24bdc419295 Mon Sep 17 00:00:00 2001 From: kilo Date: Sun, 16 Jul 2017 14:41:24 +0200 Subject: [PATCH] update torrent lang once load is done (didn't work in Chrome before) --- public/js/kilo.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/js/kilo.js b/public/js/kilo.js index 221b2a21..51027955 100644 --- a/public/js/kilo.js +++ b/public/js/kilo.js @@ -61,6 +61,8 @@ var Kilo = function (params) { } this.setName(formName.value) this.setCategory(formCategory.selectedIndex) + updateTorrentLang() + } // Helpers function for events and render this.setRemake = function (b) {