From 82a41ab40f07273cc07b54362f6123df06963e9b Mon Sep 17 00:00:00 2001 From: Sergey Linnik Date: Wed, 1 Mar 2017 11:53:06 +0300 Subject: Change icon class for add menu --- js/main.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'js') diff --git a/js/main.js b/js/main.js index a53ef16..7f506e9 100644 --- a/js/main.js +++ b/js/main.js @@ -164,7 +164,7 @@ menu.addMenuEntry({ id: "onlyofficeDocx", displayName: t(OCA.Onlyoffice.AppName, "Document"), - iconClass: "onlyoffice-new-docx", + iconClass: "icon-onlyoffice-new-docx", fileType: "docx", actionHandler: function (name) { OCA.Onlyoffice.CreateFile(name + ".docx", fileList); @@ -174,7 +174,7 @@ menu.addMenuEntry({ id: "onlyofficeXlsx", displayName: t(OCA.Onlyoffice.AppName, "Spreadsheet"), - iconClass: "onlyoffice-new-xlsx", + iconClass: "icon-onlyoffice-new-xlsx", fileType: "xlsx", actionHandler: function (name) { OCA.Onlyoffice.CreateFile(name + ".xlsx", fileList); @@ -184,7 +184,7 @@ menu.addMenuEntry({ id: "onlyofficePpts", displayName: t(OCA.Onlyoffice.AppName, "Presentation"), - iconClass: "onlyoffice-new-pptx", + iconClass: "icon-onlyoffice-new-pptx", fileType: "pptx", actionHandler: function (name) { OCA.Onlyoffice.CreateFile(name + ".pptx", fileList); -- cgit v1.2.3