robcowie / jquery-stopwatch

A jQuery plugin that renders a count-up clock from a defined start time
http://robcowie.github.com/jquery-stopwatch/
87 stars 31 forks source link

Fixed relative path in examples #4

Closed mrshu closed 12 years ago

mrshu commented 12 years ago

If you open the example/index.html file the jquery.stopwatch.js script will not load since it is located one level above.

This pull request tries to fix that.

robcowie commented 12 years ago

Thanks @mrshu, very kind.