1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-18 23:48:35 +02:00
Sonarr/NzbDrone.Web/Scripts/backbone/bootstrapper.js

7 lines
185 B
JavaScript
Raw Normal View History

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