From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from qmta04.westchester.pa.mail.comcast.net (qmta04.westchester.pa.mail.comcast.net [IPv6:2001:558:fe14:43:76:96:62:40]) by hurricane.the-brannons.com (Postfix) with ESMTP id C448E78431 for ; Sun, 9 Feb 2014 06:49:34 -0800 (PST) Received: from omta19.westchester.pa.mail.comcast.net ([76.96.62.98]) by qmta04.westchester.pa.mail.comcast.net with comcast id QEL41n00627AodY54EoxDb; Sun, 09 Feb 2014 14:48:57 +0000 Received: from eklhad ([107.5.36.150]) by omta19.westchester.pa.mail.comcast.net with comcast id QEow1n00p3EMmQj3fEoxUT; Sun, 09 Feb 2014 14:48:57 +0000 To: Edbrowse-dev@lists.the-brannons.com From: Karl Dahlke User-Agent: edbrowse/3.5.1 Date: Sun, 09 Feb 2014 09:48:57 -0500 Message-ID: <20140109094857.eklhad@comcast.net> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20121106; t=1391957337; bh=v+9HhknNRXhFF0jwxoK1hF7WP9PsSSAr4qFCCQo5V0E=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=HM3ojUJdKfYOSyRGD4fO79sOEr4xBpjqLfM0ZW1Akdnlg2FRuvfs2q0FEQZ10yG43 c/rkFxg3ebpubm/HnyCnVP5iqc2aw8YZtx9QBVwLt59g4rUkTe/f6UoVg1meVjkiWg HnI+isj3Lj9VJ4W9UjXB5Ih2ajo33y8n3xJgGnlZflFDvhqoRPrdtph5Y+JgxhRp+G 8kMLexComENZJxNnJ7GZHgVAgfH53faddvVnTH5jkATSJSwpVN6efK5dMgF1IK3Li0 YX2q6gmwly1q7/NY0tPT+IpLh3DFJakPmUScICUJ+HMZbtp5mQjUvRjDVQ1Pzc2va6 Z2DX912mJAEQg== Subject: [Edbrowse-dev] Error Legs X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Karl Dahlke List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2014 14:49:35 -0000 It is important not to stop javascript, even the current context, on a simple error like a syntax error or unreferenced variable. This happens a lot; some kind of analytics script that just tracks visitors to the site, and those tend to be complicated javascript, so uses a function that I don't have, and stops, but then the next chunk of code is executed, and that is the heart of the website, code that we really need to function. So this is one of those things I should think about for a couple days, before writing a line of code. Karl Dahlke