Global.asax wurde gefixed-
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
|
||||
void Application_Start(object sender, EventArgs e)
|
||||
{
|
||||
// Code that runs on application startup
|
||||
// Code, der beim Anwendungsstart ausgeführt wird
|
||||
// Code that runs on application startup
|
||||
ScriptManager.ScriptResourceMapping.AddDefinition("jquery",
|
||||
new ScriptResourceDefinition
|
||||
{
|
||||
@@ -13,6 +14,7 @@
|
||||
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)
|
||||
@@ -41,5 +43,6 @@
|
||||
// oder "SQLServer" festgelegt ist, wird das Ereignis nicht ausgelöst.
|
||||
|
||||
}
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user