url singola scheda
This commit is contained in:
parent
14d9f103c1
commit
47c27186ea
1 changed files with 15 additions and 0 deletions
|
@ -470,3 +470,18 @@ function scriviQuanti() {
|
|||
quanti = quanti.length;
|
||||
$("#quanti").append(quanti);
|
||||
};
|
||||
|
||||
$(function() {
|
||||
url_mercato();
|
||||
|
||||
});
|
||||
|
||||
function url_mercato() {
|
||||
var url = window.location.href;
|
||||
url = url.replace("http://0.0.0.0:8000/#", "")
|
||||
console.log(url);
|
||||
$("#search").attr("value", url);
|
||||
$("#search").keyup();
|
||||
});
|
||||
scriviQuanti();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue