This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
Radarr
mirror of
https://github.com/Radarr/Radarr
Watch
1
Star
0
Fork
You've already forked Radarr
0
Code
Issues
Releases
Wiki
Activity
c07bef0e1b
Radarr
/
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'
}
)
;