diff options
Diffstat (limited to 'test/data/offset/table.html')
-rw-r--r-- | test/data/offset/table.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/offset/table.html b/test/data/offset/table.html index 004f4acb0..e8e431a8a 100644 --- a/test/data/offset/table.html +++ b/test/data/offset/table.html @@ -10,7 +10,7 @@ th, td { border: 1px solid #000; width: 100px; height: 100px; } #marker { position: absolute; border: 2px solid #000; width: 50px; height: 50px; background: #ccc; } </style> - <script src="../../../dist/jquery.js"></script> + <script src="../../../dist/jquery.min.js"></script> <script type="text/javascript" charset="utf-8"> jQuery(function($) { $('table, th, td').click(function() { |