diff options
-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"> |