diff --git a/index.html b/index.html
index 804e03d..447dd99 100644
--- a/index.html
+++ b/index.html
@@ -128,7 +128,22 @@
function exportCsvP(){
console.log("click");
};
+ $(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);
+ setTimeout(() => {
+ $("#search").keyup();
+ }, 10)
+
+ scriviQuanti();
+ };