MediaWiki:Common.js: различия между версиями

Нет описания правки
Нет описания правки
Строка 8: Строка 8:
       const char = decodeURIComponent(match)
       const char = decodeURIComponent(match)
       return /[\u0400-\u04FF]/.test(char) ? char : match
       return /[\u0400-\u04FF]/.test(char) ? char : match
     } catch {
     } catch(e) {
       return match
       return match
     }
     }