Lapo Luchini 10 роки тому
джерело
коміт
e1e2c07f2b
1 змінених файлів з 1 додано та 5 видалено
  1. +1
    -5
      pinry/static/js/helpers.js

+ 1
- 5
pinry/static/js/helpers.js Переглянути файл

@@ -56,9 +56,5 @@ function postPinData(data) {


function getUrlParameter(name) {
var decode = decodeURI(
(RegExp(name + '=' + '(.+?)(&|$)').exec(location.search)||[,null])[1]
);
if (decode == 'null') return null;
else return decode;
return decodeURIComponent((new RegExp('[?|&]' + name + '=' + '([^&;]+?)(&|#|;|$)').exec(location.search)||[,""])[1].replace(/\+/g, '%20'))||null;
}

Завантаження…
Відмінити
Зберегти