Skip to content

Commit 02141d7

Browse files
committed
Update web setups - menu item for privacy police link added
1 parent 3d86f69 commit 02141d7

4 files changed

Lines changed: 20 additions & 0 deletions

File tree

ui/setups/web/web.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,11 @@
160160
height: 200,
161161
width: 2050,
162162
},
163+
{
164+
title: "Privacy Police",
165+
link: true,
166+
url: "http://home.uni-leipzig.de/svis/privacy-policy/"
167+
},
163168
]
164169
},
165170
]

ui/setups/web/webCity.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,11 @@
156156
height: 200,
157157
width: 2050,
158158
},
159+
{
160+
title: "Privacy Police",
161+
link: true,
162+
url: "http://home.uni-leipzig.de/svis/privacy-policy/"
163+
},
159164
]
160165
},
161166
]

ui/setups/web/webRD.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,11 @@
159159
height: 200,
160160
width: 2050,
161161
},
162+
{
163+
title: "Privacy Police",
164+
link: true,
165+
url: "http://home.uni-leipzig.de/svis/privacy-policy/"
166+
},
162167
]
163168
},
164169
]

ui/setups/web/webRDDynamicRuby.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,11 @@
160160
height: 200,
161161
width: 2050,
162162
},
163+
{
164+
title: "Privacy Police",
165+
link: true,
166+
url: "http://home.uni-leipzig.de/svis/privacy-policy/"
167+
},
163168
]
164169
},
165170
]

0 commit comments

Comments
 (0)