This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
Lidarr
mirror of
https://github.com/lidarr/Lidarr
Watch
1
Star
0
Fork
You've already forked Lidarr
0
Code
Issues
Releases
Wiki
Activity
31d472a0a0
Lidarr
/
UI
/
Constants.js
5 lines
49 B
JavaScript
Raw
Normal View
History
Unescape
Escape
updated jshint to 2.1.3 single quotes
2013-06-22 06:24:24 +00:00
'use strict'
;
cache busting for js file based on server version.
2013-06-21 00:06:56 +00:00
define
(
{
ApiRoot
:
'/api'
}
)
;