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