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

мНет описания правки
мНет описания правки
Строка 212: Строка 212:
   const attributes = {};
   const attributes = {};
   const regex = /(\w+)="([^&]+)"/g;
   const regex = /(\w+)="([^&]+)"/g;
   let match;
   var match;


   while ((match = regex.exec(attributesString)) !== null) {
   while ((match = regex.exec(attributesString)) !== null) {