agiornamento, sistemazioni varie PCB
This commit is contained in:
@@ -68,7 +68,7 @@ export const tools = {
|
||||
COOK_SEARCH: 'SEARCH_',
|
||||
COOK_SELCART: 'SELCART_',
|
||||
COOK_TAB_CIRCUIT: 'TAB_CIRC',
|
||||
COOK_COSA_PRODOTTI: 'PROD',
|
||||
COOK_COSA_PRODOTTI: 'PROD_N',
|
||||
|
||||
FRIENDS_SEARCH: 'FR_SE',
|
||||
GROUP_SEARCH: 'GR_SE',
|
||||
@@ -4313,6 +4313,10 @@ export const tools = {
|
||||
scrollToTopAll() {
|
||||
window.scrollTo(0, 0);
|
||||
},
|
||||
scrollToTopValue(val: number) {
|
||||
window.scrollTo(0, val);
|
||||
},
|
||||
|
||||
scrollToTop() {
|
||||
const element = document.getElementById('mypage')
|
||||
this.scrollToElement(element)
|
||||
@@ -4331,6 +4335,10 @@ export const tools = {
|
||||
}
|
||||
},
|
||||
|
||||
scrollTop() {
|
||||
return window.scrollY || document.documentElement.scrollTop;
|
||||
},
|
||||
|
||||
getCellForWhatsapp(numbercell: string) {
|
||||
if (!numbercell) return ''
|
||||
let mynum = numbercell.replace(/-/g, '')
|
||||
|
||||
Reference in New Issue
Block a user