Author: hhubner Date: Tue Jan 22 15:22:01 2008 New Revision: 2391
Modified: branches/bos/projects/bos/payment-website/static/bos.js Log: Correction for the problem that prevented the satellite application from starting up.
Modified: branches/bos/projects/bos/payment-website/static/bos.js ============================================================================== --- branches/bos/projects/bos/payment-website/static/bos.js (original) +++ branches/bos/projects/bos/payment-website/static/bos.js Tue Jan 22 15:22:01 2008 @@ -22,8 +22,7 @@
// *** extrafenster fuer satellitenkarte *** // function window_infosys() { - var language = document.location.pathname.substr(1, 2); // XXX funktioniert nur mit 2-buchstaben-abkuerzungen von sprachen - var url = "/infosystem/" + language + "/satellitenkarte.htm"; + var url = "/infosystem";
var sponsorid_input = document.getElementById('sponsorid-input'); var password_input = document.getElementById('password-input');