Remove other action
This commit is contained in:
parent
586bce429d
commit
b19d3cfc0e
1 changed files with 1 additions and 3 deletions
|
@ -173,9 +173,7 @@ define(["jQuery", "globalize", "scripts/taskbutton", "dom", "libraryMenu", "layo
|
||||||
items: menuItems,
|
items: menuItems,
|
||||||
positionTo: button,
|
positionTo: button,
|
||||||
callback: function(id) {
|
callback: function(id) {
|
||||||
"other" == id ? Dashboard.alert({
|
Dashboard.navigate(getProviderConfigurationUrl(id))
|
||||||
message: globalize.translate("ForAdditionalLiveTvOptions")
|
|
||||||
}) : Dashboard.navigate(getProviderConfigurationUrl(id))
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue