Take any errors and log to console.
</form>
<a class="close-reveal-modal">×</a>
</div>
+<script>
+function showerror(e) {
+ e.preventDefault();
+ console.log('Error:' + e.message);
+ console.log('Line:' + e.lineno);
+ console.log('URL:' + e.filename);
+ return false;
+}
+addEventListener('error', showerror);
+</script>
<!-- Off-Canvase Nav !-->
<div class="sticky">
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme created for Grey Gables Restaurant.
-Version: 1.0.3
+Version: 1.0.4
*/