. 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); CRM @ OOW - CRMIT Solutions
AF seattle notification
Blog

CRM @ OOW

September 24, 2012

Visiting Oracle Open World? Wondering what CRM items to see?

Fact is, there is a lot more CRM @ OOW than we can cover, But here is a handy note, from Oracle themselves, on how to organize your time and catch up as much CRM gyan as possible. Bookmark this page and best of luck!

Tags: Bookmark, CRM @ OOW, Facts on CRMIT

Leave a Reply

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