Lapo Luchini před 10 roky
rodič
revize
e1e2c07f2b
1 změnil soubory, kde provedl 1 přidání a 5 odebrání
  1. +1
    -5
      pinry/static/js/helpers.js

+ 1
- 5
pinry/static/js/helpers.js Zobrazit soubor

@@ -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;
}

Načítá se…
Zrušit
Uložit