From 71a9763c323acf01b851fa91ee449f3881a43126 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 19 Apr 2017 10:02:31 -0400 Subject: [PATCH] add a comment --- web/skins/classic/js/skin.js.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/skins/classic/js/skin.js.php b/web/skins/classic/js/skin.js.php index 63be2c3b9..3b9e88264 100644 --- a/web/skins/classic/js/skin.js.php +++ b/web/skins/classic/js/skin.js.php @@ -41,6 +41,7 @@ if ( ! empty($refreshParent) ) { echo 'true'; return; } else if ( $refreshParent ) { + # This is to tell the parent to refresh to a specific URL echo "'$refreshParent'"; return; }