element is effectively empty function isEmptyElement(element) { // Create a temporary element to parse the HTML content var tempDiv = document.createElement('div'); tempDiv.innerHTML = element.innerHTML; // Get the text content of the temporary element and trim it var textContent = tempDiv.textContent || tempDiv.innerText || ''; // Remove normal spaces and non-breaking spaces return !textContent.replace(/\s| /g, '').length; } // Select all

elements within elements with the class .menu-description document.querySelectorAll('.menu-description p').forEach(function(p) { // Use the function to check if the

element is empty if (isEmptyElement(p)) { // If empty, remove the

element p.remove(); } });

Homepage

Main content starts here, tab to start navigating

Welcome to Cora

Please note: reservations are for tables in our dining room and covered garden. 

Bar seats are reserved for walk-ins only.

Menu

View Menus
a plate of food and a bottle of wine on a table

Reservations

food on a table

Private Events

Book an Event

Our Story

Read Story