File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ <H2>Custom HTML</H2>
107107< br >
108108 <a href="#" class="eupopup-button eupopup-button_1">Continue</a>
109109< br >
110- <a href="http://www.wimagguc.com /?cookie-policy" target="_blank" class="eupopup-button eupopup-button_2">Learn more</a>
110+ <a href="/?cookie-policy" target="_blank" class="eupopup-button eupopup-button_2">Learn more</a>
111111< br >
112112 </div>
113113< br >
@@ -129,7 +129,7 @@ <H2>Parameters</H2>
129129 < div class ="code ">
130130 $(document).euCookieLawPopup().init({
131131 < br >
132- cookiePolicyUrl : 'http://www.wimagguc.com /?cookie-policy',
132+ cookiePolicyUrl : '/?cookie-policy',
133133 < br >
134134 popupPosition : 'top',
135135 < br >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ $.fn.euCookieLawPopup = (function() {
2828 ///////////////////////////////////////////////////////////////////////////////////////////////
2929 // PARAMETERS (MODIFY THIS PART) //////////////////////////////////////////////////////////////
3030 _self . params = {
31- cookiePolicyUrl : 'http://www.wimagguc.com /?cookie-policy' ,
31+ cookiePolicyUrl : '/?cookie-policy' ,
3232 popupPosition : 'top' ,
3333 colorStyle : 'default' ,
3434 compactStyle : false ,
You can’t perform that action at this time.
0 commit comments