Fixed test cookie popup link in admin to target currently selected site.
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 19 Sep 2019 16:07:17 +0000 (12:07 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 19 Sep 2019 16:07:17 +0000 (12:07 -0400)
views/adminServerStats.html

index 460d0ca..21feec1 100755 (executable)
                                     <div class="cell small-12 large-5 glm-f6-ui-nowrap"><b>Show Cookie Pop-Up:</b></div>
                                     <div class="cell small-12 large-7">
                                         {if $currentSite.show_cookie_popup}Yes{else}No{/if}
-                                        <br><a href="{$baseURL}?force_cookie=1" target="cookieTest">Click me to test Cookie Pop-Up</a>
+                                        <br><a href="http://{$currentSite.name}?force_cookie=1" target="cookieTest">Click me to test Cookie Pop-Up</a>
                                     </div>
                                     <div class="cell small-12 large-5 glm-f6-ui-nowrap"><b>Cookie Pop-Up Timeout:</b></div>
                                     <div class="cell small-12 large-7">{$currentSite.cookie_popup_timeout} Days</div>