Changeset 160

Show
Ignore:
Timestamp:
05/03/10 00:17:03 (5 months ago)
Author:
mbooth
Message:

Use an externally hosted jQuery so I don't have to keep a copy up to date in source control.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/misc/dns-o-matic.py

    r159 r160  
    252252<head> 
    253253  <title>DNS-o-Matic Report</title> 
    254   <script type="text/javascript" src="jquery.js"></script> 
     254  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script> 
    255255  <script type="text/javascript"> 
    256256    jQuery(document).ready(function($) {