link singole schede
This commit is contained in:
parent
b54ceec73a
commit
dc3a52a8a9
1 changed files with 5 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
||||||
|
|
||||||
window.print();
|
window.print();
|
||||||
location.reload();
|
location.reload();
|
||||||
}
|
};
|
||||||
|
|
||||||
|
|
||||||
var test_array = [["Nome","Realtà Produttiva","Località","Referente della visita"]];
|
var test_array = [["Nome","Realtà Produttiva","Località","Referente della visita"]];
|
||||||
|
@ -128,7 +128,11 @@
|
||||||
function exportCsvP(){
|
function exportCsvP(){
|
||||||
console.log("click");
|
console.log("click");
|
||||||
};
|
};
|
||||||
|
$(function() {
|
||||||
|
// url_mercato();
|
||||||
|
|
||||||
|
});
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue