From 0878bd2ddc3088af65a2e19b6d907545c5b7fce3 Mon Sep 17 00:00:00 2001 From: byronbest <43890914+byronbest@users.noreply.github.com> Date: Thu, 5 Dec 2019 17:13:17 -0800 Subject: [PATCH] change more indents to tab --- public_html/script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public_html/script.js b/public_html/script.js index 0072d2d..be9c82c 100644 --- a/public_html/script.js +++ b/public_html/script.js @@ -1125,8 +1125,8 @@ function refreshHighlighted() { } x = x + 20; y = y + 60; - var w = infoBox.outerWidth() + 20; - var h = infoBox.outerHeight(); + var w = infoBox.outerWidth() + 20; + var h = infoBox.outerHeight(); if (x > mapCanvas.width() - w) { x -= w + 20; }