mirror of
https://github.com/Readarr/Readarr
synced 2025-12-26 18:22:32 +01:00
7 lines
No EOL
185 B
JavaScript
7 lines
No EOL
185 B
JavaScript
$(function () {
|
|
// Legacy support for templating
|
|
utils.loadTemplate(['QualityProfilesView', 'QualityProfileView'],
|
|
function () {
|
|
NzbDrone.App.start();
|
|
});
|
|
}); |