latest ds2011 fixes

This commit is contained in:
Astro 2011-11-23 02:03:28 +01:00
parent 32f666a38c
commit c4ca725923
2 changed files with 85 additions and 85 deletions

View File

@ -160,10 +160,10 @@
"text": "Welcher deutsche Politiker wird morgen in der FAZ sagen: Das nachladen von Software durch Staatstrojaner ist gut und wird gebraucht?",
"answers": [
{
"text": "Egon Krenz?",
"text": "Egon Krenz?"
},
{
"text": "IM Friedrich"
"text": "IM Friedrich",
"right": true
},
{

View File

@ -350,7 +350,7 @@ function takeJoker(activePlayer, joker) {
var iframe = $('<iframe class="leaks" src="leakjoker/SPIEGEL ONLINE - Nachrichten.html"></iframe>');
$('body').append(iframe);
iframe.load(function() {
iframe.animate({ top: "-8000px" }, 10000, function() {
iframe.animate({ top: "-8000px" }, 15000, function() {
iframe.remove();
});
var answers = questions[currentQuestion].answers;