Removes button icon from script editor
This commit is contained in:
@@ -117,7 +117,6 @@ namespace umbraco.cms.presentation.settings.scripts
|
||||
|
||||
|
||||
SaveButton = Panel1.Menu.NewButton();
|
||||
SaveButton.Icon = "save";
|
||||
SaveButton.Text = ui.Text("save");
|
||||
SaveButton.ButtonType = MenuButtonType.Primary;
|
||||
SaveButton.ID = "save";
|
||||
|
||||
Reference in New Issue
Block a user