mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-18 23:48:35 +02:00
7 lines
185 B
JavaScript
7 lines
185 B
JavaScript
$(function () {
|
|
// Legacy support for templating
|
|
utils.loadTemplate(['QualityProfilesView', 'QualityProfileView'],
|
|
function () {
|
|
NzbDrone.App.start();
|
|
});
|
|
}); |