From dd6f3c1a3db978efcd800740c92bef804a2f37df Mon Sep 17 00:00:00 2001 From: Jason Fenton <> Date: Wed, 27 Feb 2019 14:26:15 +0300 Subject: [PATCH] Correction to the Russian telephone number formatting. Previously when entering a Russian telephone number there were not enough digits and the formatting was incorrect and missing the brackets for the area code. Now when entering a Russian telephone number it is the correct format for 98% of commonly used numbers. Further information can be found at, https://properrussian.com/2011/06/russian-phone-numbers.html --- dist/js/bootstrap-formhelpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/js/bootstrap-formhelpers.js b/dist/js/bootstrap-formhelpers.js index 8bd4eb4..32ed1a1 100644 --- a/dist/js/bootstrap-formhelpers.js +++ b/dist/js/bootstrap-formhelpers.js @@ -8058,7 +8058,7 @@ var BFHPhoneFormatList = { 'QA': '+974 ddddddddd', 'RE': '+262 ddddddddd', 'RO': '+40 ddddddddd', - 'RU': '+7 dddddddddd', + 'RU': '+7 (ddd) ddd dd dd', 'RW': '+250 ddddddddd', 'ST': '+239 ddddddddd', 'SH': '+290 ddddddddd',