app

// select the item element const item = document.querySelector(‘.item’); // attach the dragstart event handler item.addEventListener(‘dragstart’, dragStart); // handle the dragstart function dragStart(e) { e.dataTransfer.setData(‘text/plain’, e.target.id); setTimeout(() => { e.target.classList.add(‘hide’); }, 0); } const boxes = document.querySelectorAll(‘.box’); boxes.forEach(box => {…Continue reading

ChatBot CSS

#mwai-chat-id { –mwai-spacing: 15px; –mwai-fontSize: 15px; –mwai-borderRadius: 10px; –mwai-fontColor: #FFFFFF; –mwai-backgroundPrimaryColor: #454654; –mwai-backgroundSecondaryColor: #343541; –mwai-aiAvatarBackgroundColor: #10a37f; –mwai-userAvatarBackgroundColor: #135ea4; –mwai-headerButtonsColor: #FFFFFF; –mwai-width: 100%; –mwai-height: 100%; –mwai-maxHeight: 100%; –mwai-headerHeight: 50px; –mwai-borderWidth: 2px; } #mwai-chat-id .mwai-open-button { position: fixed; right: 0; bottom: 0;…Continue reading

Lodgify Search Box

html { –lodgify-ui-action-color: #e8c33f; –lodgify-ui-action-darker-color: #ba9c32; –lodgify-ui-action-lighter-color: #f6e7b2; –lodgify-ui-action-contrast-color: #000000; }Continue reading

Google Tracking

window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag(‘js’, new Date()); gtag(‘config’, ‘UA-120263079-1’);Continue reading

BB-YES

https://skydome.com.au/slot-gacor/ https://wilmingtonbaptistchurch.com/link-slot-gacor/ https://embeff.com/slot-gacor-terpercaya/ https://golden-horn.de/wp-includes/slot-gacor/ https://www.almaluxjesolo.it/slot/ https://geographicforall.com/slot-gacor/ https://www.entrepueblos.org/slot-online-gacor/ https://destinyconnectfresh.org/slot-gacor-maxwin/ https://www.timothyegan.com/ https://semanamedioambiental.com/wp-includes/slot-gacor/ https://auditsocial.world/wp-includes/slot-gacor/ Slot Gacor Terbaru Slot Online Slot Judi Slot Gacor Slot Gacor RTP Slot Situs Slot Gacor Slot Tergacor Link Slot Gacor Situs Slot Gacor Terbaru Slot Gacor Gampang Jackpot…Continue reading

Formidable Pro – Merge Snippet

/* * WebMerge AGreements */ add_action(‘frm_after_create_entry’, ‘formidable_send_to_webmerge’, 0, 2); add_action(‘frm_after_update_entry’, ‘formidable_send_to_webmerge’, 0, 2); function formidable_send_to_webmerge($entry_id, $form_id){ if($form_id == 23){ $webmerge_url = ‘https://www.webmerge.me/route/28114/ymffng’; }elseif($form_id == 43){ $webmerge_url = ‘https://www.webmerge.me/route/28347/lmtb8i’; } else{ return; } $frm_field = new FrmField(); $fields = array(‘fields’ =>…Continue reading