1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-02-04 22:02:41 +00:00
Radarr/NzbDrone.Web/Scripts/backbone/bootstrapper.js

7 lines
185 B
JavaScript
Raw Normal View History

2012-11-07 00:41:34 +00:00
$(function () {
// Legacy support for templating
utils.loadTemplate(['QualityProfilesView', 'QualityProfileView'],
function () {
NzbDrone.App.start();
});
});