Compare commits

..

No commits in common. "eea29d886eba4d8f8257231a4072f3a0c8974b5b" and "b54ceec73a2368f5f90b17cf818258ef2c9c6580" have entirely different histories.

3 changed files with 5 additions and 14 deletions

View file

@ -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,11 +128,7 @@
function exportCsvP(){ function exportCsvP(){
console.log("click"); console.log("click");
}; };
$(function() {
// url_mercato();
});
</script> </script>
</body> </body>

View file

@ -1,4 +1,4 @@
*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 15, 2020 */ /*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 15, 2020 */
@font-face { @font-face {
font-family: 'cardobold'; font-family: 'cardobold';
src: url('../fonts/cardo-bold-webfont.woff2') format('woff2'), src: url('../fonts/cardo-bold-webfont.woff2') format('woff2'),
@ -93,7 +93,7 @@ section.page-body {
color: white; color: white;
padding: 2em; padding: 2em;
font-family: afta_serifregular; font-family: afta_serifregular;
font-weight: 900; font-weight: 600;
font-size: 10pt; font-size: 10pt;
} }
@ -237,10 +237,7 @@ hide {
} }
.descrizione { .descrizione {
background-color: black !important; background-color: black !important;
color: white !important; color: none !important;
line-height:1.5;
font-family: sans;
font-weight: 900;
} }
p.descrive, p.collabora, p.collabora span{ p.descrive, p.collabora, p.collabora span{
color: white !important; color: white !important;

View file

@ -480,9 +480,7 @@ function scriviQuanti() {
function url_mercato() { function url_mercato() {
var url = window.location.href; var url = window.location.href;
var origin = window.location.origin; var origin = window.location.origin;
url = url.replace(origin, ''); url = url.replace(origin+'/schede_produzione/#', '')
url = url.replace('/schede_produzione/', '');
url = url.replace('#', '');
console.log(url); console.log(url);
$("#search").attr("value", url); $("#search").attr("value", url);
$("#search").keyup(); $("#search").keyup();