Skip to content

Commit

Permalink
Fix no-extra-semi (ESLint) (2nd try)
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerHartmann committed Apr 13, 2023
1 parent 943ff30 commit 6eea9fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/static/editor/lib/js/metadataeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ var buttons = {
*/
function generateIcon(fontAwesome, tooltip) {
return "<i class='" + fontAwesome + "' title='" + tooltip + "'>\n\</i>";
};
}

/**
* Default table layout
Expand Down Expand Up @@ -142,7 +142,7 @@ function modalTemplate(modalInput) {
'</div>' +
'</div>' +
'</div>';
};
}

/**
* describes the internal representation of the Editor in case a form will be generated.
Expand Down

0 comments on commit 6eea9fd

Please sign in to comment.