Adds CTRL+S support in all edit pages + loads of warning clean up
This commit is contained in:
@@ -77,7 +77,6 @@ namespace umbraco.editorControls.ultimatepicker
|
||||
break;
|
||||
case "dropdownlist":
|
||||
return dropdownlistNodes.SelectedValue;
|
||||
break;
|
||||
case "listbox":
|
||||
foreach (ListItem item in listboxNodes.Items)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user