Galerie und tage
This commit is contained in:
6
node_modules/strict-uri-encode/index.js
generated
vendored
6
node_modules/strict-uri-encode/index.js
generated
vendored
@@ -1,6 +0,0 @@
|
||||
'use strict';
|
||||
module.exports = function (str) {
|
||||
return encodeURIComponent(str).replace(/[!'()*]/g, function (c) {
|
||||
return '%' + c.charCodeAt(0).toString(16).toUpperCase();
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user