diff options
author | plegall <plg@piwigo.org> | 2013-02-18 21:43:27 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-02-18 21:43:27 +0000 |
commit | c3c87d97550f3c19f73da9fb3c5443eb663a735a (patch) | |
tree | ef63a423cd8f727227592e88c37ab5a9d6331c21 /tools/triggers_list.php | |
parent | 527a86190fb2390599ac7d5aefcd2926fde0f568 (diff) |
use jquery CDN instead of Google's (but it would be preferable to use Piwigo files instead)
git-svn-id: http://piwigo.org/svn/trunk@20826 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'tools/triggers_list.php')
-rw-r--r-- | tools/triggers_list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/triggers_list.php b/tools/triggers_list.php index 1ca1bdf29..ab54ebcc7 100644 --- a/tools/triggers_list.php +++ b/tools/triggers_list.php @@ -820,7 +820,7 @@ array( <link rel="stylesheet" type="text/css" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css"> <link rel="stylesheet" type="text/css" href="http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.4/css/jquery.dataTables_themeroller.css"> - <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script> + <script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script> <script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.4/jquery.dataTables.min.js"></script> <style type="text/css"> |