X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Fbriskin5.js;h=c3dacea16fff2a8feb5e8ac94ee606b331a0c7cf;hb=59bcd8052adf130a1ffd0542c08045044b34902d;hp=5d529314c7baa357dd84bbbfe28b27a2c77e0ca1;hpb=80543e4ec5a984e613c1df07cbc8716f1322fef1;p=brisk.git diff --git a/web/briskin5/briskin5.js b/web/briskin5/briskin5.js index 5d52931..c3dacea 100644 --- a/web/briskin5/briskin5.js +++ b/web/briskin5/briskin5.js @@ -322,6 +322,7 @@ function set_iscalling(idx) var preferences = new Preferences(true, 'xx', 'xx'); // FIXME move it in the html dynamic generation scope var deck_list = { 'xx': 'Normal cards', + 'nb': 'No border cards', 'yy': 'Slim cards' } function preferences_init() { @@ -360,7 +361,7 @@ function act_preferences_update() preferences_update(); if (preferences.deck != preferences.deck_old) { // FIXME: with dynamic text - x = new notify(gst, mlang_briskin5['deckreload'], + x = new notify(gst, mlang_briskin5['deckreload'][g_lang], 0, mlang_briskin5['close_btn'][g_lang], 400, 110); } preferences_showhide();