Browse Source

URL по умолчанию

master
Maxim Lihachev 9 years ago
parent
commit
832085ba56
  1. 2
      js/feminitives.js

2
js/feminitives.js

@ -378,6 +378,8 @@ URL.parse = function() { @@ -378,6 +378,8 @@ URL.parse = function() {
let ft = arg.split("=");
this.opt[ft[0]] = this.opt[ft[0]] || decodeURIComponent(ft[1]);
});
this.opt.href = encodeURIComponent(window.location.href);
};
//Инициализация с разбором адресной строки

Loading…
Cancel
Save