. function lazyLoadStylesheets() { // Bootstrap var bootstrapLink = document.createElement('link'); bootstrapLink.rel = 'stylesheet'; bootstrapLink.href = 'https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css'; bootstrapLink.media = 'print'; bootstrapLink.onload = function() { this.media = 'all'; }; document.head.appendChild(bootstrapLink); // Font Awesome var fontAwesomeLink = document.createElement('link'); fontAwesomeLink.rel = 'stylesheet'; fontAwesomeLink.href = 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css'; fontAwesomeLink.media = 'print'; fontAwesomeLink.onload = function() { this.media = 'all'; }; document.head.appendChild(fontAwesomeLink); } // Load stylesheets after window load window.addEventListener('load', lazyLoadStylesheets); Our New Facebook Page - CRMIT Solutions
AF seattle notification
Blog

Our New Facebook Page

June 15, 2012

Yippee!! CRMIT has a Facebook page now, where we post information about CRM, Oracle, Cloud / SaaS / Paas, Customer Experience Management #CEM #CXM #CX and more on a regular basis. Visit the below link and “Like” our page:

http://www.facebook.com/CRMITSolutions

Tags: Article, Customer Experience, Our New Facebook Page

Leave a Reply

Your email address will not be published. Required fields are marked *