wartmanm

Results 2 issues of wartmanm

These changes should resolve https://bugs.jqueryui.com/ticket/7098, as well as improving formatting for years before 1000.

development-server.js strips off the leading "file://", which leaves a path like "/C:/path/to/file" that Windows doesn't understand: ![image](https://user-images.githubusercontent.com/3869625/51622487-4fbeb180-1efc-11e9-9a1c-6b231c5b174d.png) I think this could be fixed trivially by replacing `url.replace("file://", "")` with the...

not-available