Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/src/commit/399c96c5e34f71dbc476c2c6322a8770c8b8f49a/UI/Missing/Row.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
NzbDrone.Missing.Row = Backgrid.Row.extend({
|
|
events: {
|
|
'click .x-search' : 'search'
|
|
},
|
|
|
|
search: function () {
|
|
window.alert('Episode Search');
|
|
}
|
|
}); |