Browse Source

Update index.js

pull/18770/head
Engincan VESKE 3 years ago
committed by GitHub
parent
commit
c8dd418fd0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/index.js

2
modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/index.js

@ -290,7 +290,7 @@
return null;
};
const originalSet = Map.prototype.set;
var originalSet = Map.prototype.set;
Map.prototype.set = function (key, value) {
if(typeof key === 'string'){
key = decodeURI(key);

Loading…
Cancel
Save