From b5424884cadf90fc71f243acc5551a5abe9ccc57 Mon Sep 17 00:00:00 2001 From: Brian Davenport Date: Wed, 22 May 2013 00:48:16 -0300 Subject: [PATCH] Updated a copy/paste error, where I did not update the paste. --- public_html/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/script.js b/public_html/script.js index 987b147..7a82199 100644 --- a/public_html/script.js +++ b/public_html/script.js @@ -145,7 +145,7 @@ planeObject = { changeLon = true; } if (oldalt != this.altitude) { - changeLon = true; + changeAlt = true; } if ((changeLat == true) || (changeLon == true) || (changeAlt == true)) { this.funcAddToTrack();