diff options
author | MatthewM <mcm@they-got.us> | 2013-01-31 21:24:48 -0500 |
---|---|---|
committer | MatthewM <mcm@they-got.us> | 2013-01-31 21:24:48 -0500 |
commit | 29fcdc5f404c58209ae42a2e016e70b61685df9f (patch) | |
tree | a231464d09364ca600f58a145df277b523ab5394 | |
parent | 8c72892de1b99bf355700cc98d0de7e18983c7be (diff) |
Updated jquery API to v1.9.0
-rw-r--r-- | modules/extra/webcpanel/templates/default/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/webcpanel/templates/default/header.html b/modules/extra/webcpanel/templates/default/header.html index b9b70cf33..3cb1cf372 100644 --- a/modules/extra/webcpanel/templates/default/header.html +++ b/modules/extra/webcpanel/templates/default/header.html @@ -2,7 +2,7 @@ <html> <head> <link href="/static/style.css" media="screen" rel="stylesheet" type="text/css" /> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js" type="text/javascript"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script> <title>{TITLE}</title> {IF EXISTS CMDR} <script type="text/javascript"> |