1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-26 01:38:24 +00:00
Radarr/NzbDrone.Web/Scripts/backbone/bootstrapper.js
2012-11-06 16:41:34 -08:00

7 lines
No EOL
185 B
JavaScript

$(function () {
// Legacy support for templating
utils.loadTemplate(['QualityProfilesView', 'QualityProfileView'],
function () {
NzbDrone.App.start();
});
});