|
@ -1,6 +1,7 @@ |
|
|
// server url
|
|
|
// server url
|
|
|
var serverUrl = "http://widgets.vvo-online.de/abfahrtsmonitor/"; |
|
|
var serverUrl = "http://widgets.vvo-online.de/abfahrtsmonitor/"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// xmlhttp object function
|
|
|
// xmlhttp object function
|
|
|
function getHTTPObject() { |
|
|
function getHTTPObject() { |
|
|
|
|
|
|
|
@ -48,6 +49,7 @@ function ajaxCall(dataUrl, outputElement, callback) { |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// wrap all in anonymous function to get out of global scope
|
|
|
// wrap all in anonymous function to get out of global scope
|
|
|
(function() { |
|
|
(function() { |
|
|
|
|
|
|
|
|