Skip to content

Commit 4295193

Browse files
committed
[update] new default cookie policy url
1 parent e02adda commit 4295193

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

demo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <H2>Custom HTML</H2>
107107
<br>
108108
&nbsp; &nbsp; &nbsp; &lt;a href="#" class="eupopup-button eupopup-button_1"&gt;Continue&lt;/a&gt;
109109
<br>
110-
&nbsp; &nbsp; &nbsp; &lt;a href="http://www.wimagguc.com/?cookie-policy" target="_blank" class="eupopup-button eupopup-button_2"&gt;Learn more&lt;/a&gt;
110+
&nbsp; &nbsp; &nbsp; &lt;a href="/?cookie-policy" target="_blank" class="eupopup-button eupopup-button_2"&gt;Learn more&lt;/a&gt;
111111
<br>
112112
&nbsp; &nbsp; &lt;/div&gt;
113113
<br>
@@ -129,7 +129,7 @@ <H2>Parameters</H2>
129129
<div class="code">
130130
$(document).euCookieLawPopup().init({
131131
<br>
132-
&nbsp; cookiePolicyUrl : 'http://www.wimagguc.com/?cookie-policy',
132+
&nbsp; cookiePolicyUrl : '/?cookie-policy',
133133
<br>
134134
&nbsp; popupPosition : 'top',
135135
<br>

js/jquery-eu-cookie-law-popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)