From f09ee92fe1efacc07e5820fee707b78ae80d1eef Mon Sep 17 00:00:00 2001 From: kunalgosar Date: Tue, 21 Mar 2017 14:16:49 -0700 Subject: [PATCH] spacing issues --- scripts/system/html/js/marketplacesInject.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/system/html/js/marketplacesInject.js b/scripts/system/html/js/marketplacesInject.js index d0038411b1..d4937ac9db 100644 --- a/scripts/system/html/js/marketplacesInject.js +++ b/scripts/system/html/js/marketplacesInject.js @@ -343,11 +343,11 @@ break; } } - + function locationChanged() { lastPage = location.href; } - + // Load / unload. window.addEventListener("load", onLoad); // More robust to Web site issues than using $(document).ready(). window.addEventListener("hashchange", locationChanged);