diff --git a/ui-eln-lims/src/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/ELNLIMSPlugin.js b/ui-eln-lims/src/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/ELNLIMSPlugin.js index ad79c90c1b9bc6bbc80e05881c560cea62a80880..1ee8e5ef26093afc2fafa0354f1a3e488692174d 100644 --- a/ui-eln-lims/src/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/ELNLIMSPlugin.js +++ b/ui-eln-lims/src/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/ELNLIMSPlugin.js @@ -77,13 +77,13 @@ $.extend(ELNLIMSPlugin.prototype, { /* * Allows to extend the utilities menu. Format to be used for utilities * { - * icon : "fa fa-table", - * uniqueViewName : "VIEW_NAME_TEST", - * label : "Label Test", - * paintView : function($header, $content) { - * $header.append($("<h1>").append("Test Header")); - * $content.append($("<p>").append("Test Body")); - * } + * icon : "fa fa-table", + * uniqueViewName : "VIEW_NAME_TEST", + * label : "Label Test", + * paintView : function($header, $content) { + * $header.append($("<h1>").append("Test Header")); + * $content.append($("<p>").append("Test Body")); + * } */ getExtraUtilities : function() { return [];