EMail deesign änderungen
This commit is contained in:
10
Global.asax
10
Global.asax
@@ -13,8 +13,7 @@
|
||||
DebugPath = "~/scripts/jquery-1.7.2.js",
|
||||
CdnPath = "http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.4.1.min.js",
|
||||
CdnDebugPath = "http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.4.1.js"
|
||||
});
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
void Application_End(object sender, EventArgs e)
|
||||
@@ -22,8 +21,7 @@
|
||||
// Code, der beim Herunterfahren der Anwendung ausgeführt wird
|
||||
Session.Remove("TokenforEmail");
|
||||
Session.Remove("SessID");
|
||||
Session.Remove("urltochangepw");
|
||||
}
|
||||
Session.Remove("urltochangepw");
|
||||
}
|
||||
|
||||
void Application_Error(object sender, EventArgs e)
|
||||
@@ -47,7 +45,5 @@
|
||||
Session.Remove("TokenforEmail");
|
||||
Session.Remove("SessID");
|
||||
Session.Remove("urltochangepw");
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user