Commit 712ab6db authored by Patrick's avatar Patrick
Browse files

Test pupup window for chrome users cross domain

parent dff0248d
...@@ -435,7 +435,7 @@ ...@@ -435,7 +435,7 @@
"balloonHeader": "Balloon header" "balloonHeader": "Balloon header"
},{ },{
"template": [ "template": [
"<div class='balloon' onclick='Questionnaire()' id='myBalloonP1'>", "<div class='balloon' onclick='Questionnaire();popup()' id='myBalloonP1'>",
" <h1 class='balloon-title'>Umfrage (Böckinger Straße)</h1>", " <h1 class='balloon-title'>Umfrage (Böckinger Straße)</h1>",
" <div class='balloon-content' style='height:250px; margin-right: 0px;'", " <div class='balloon-content' style='height:250px; margin-right: 0px;'",
" </div>", " </div>",
......
...@@ -586,6 +586,8 @@ ...@@ -586,6 +586,8 @@
<script src="templates/slider.js"></script> <script src="templates/slider.js"></script>
<link href="templates/sliders.css" rel="stylesheet"> <link href="templates/sliders.css" rel="stylesheet">
<script src="templates/limesurvey.js"></script>
<script> <script>
var startVCM = function() { var startVCM = function() {
if(document.getElementById("check").checked === true){ if(document.getElementById("check").checked === true){
......
var popup = function() {
window.open("https://umfrage.smartvillages.online/limesurvey/index.php/351963?lang=de-informal", "myWindow", 'width=800,height=600');
window.close();
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment