1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

Removed edit button from metadata (click to edit now)

This commit is contained in:
Mark McDowall
2014-06-10 17:07:30 -07:00
parent 8967f59f35
commit fbdc84b6cd
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ define(
tagName : 'li',
events: {
'click .x-edit' : '_edit'
'click' : '_edit'
},
initialize: function () {