Ignore:
Timestamp:
Feb 18, 2013, 10:43:27 PM (11 years ago)
Author:
plg
Message:

use jquery CDN instead of Google's (but it would be preferable to use Piwigo files instead)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/triggers_list.php

    r20282 r20826  
    821821  <link rel="stylesheet" type="text/css" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    822822  <link rel="stylesheet" type="text/css" href="http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.4/css/jquery.dataTables_themeroller.css">
    823   <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
     823  <script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
    824824  <script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.4/jquery.dataTables.min.js"></script>
    825825 
Note: See TracChangeset for help on using the changeset viewer.