1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-03-05 15:15:59 +02:00

11 lines
266 B
JavaScript
Raw Normal View History

2013-06-24 21:43:16 -07:00
'use strict';
define(
[
'handlebars'
], function (Handlebars) {
Handlebars.registerHelper('defaultImg', function () {
return new Handlebars.SafeString('onerror=this.src=\'/Content/Images/poster-dark.jpg\';');
2013-06-24 21:43:16 -07:00
});
});