diff --git a/src/main/resources/static/js/employeeDetailsSummary.js b/src/main/resources/static/js/employeeDetailsSummary.js index d78800d..d5e595d 100644 --- a/src/main/resources/static/js/employeeDetailsSummary.js +++ b/src/main/resources/static/js/employeeDetailsSummary.js @@ -44,7 +44,7 @@ function fetchEmpDetails() { { data: 'employeeId', mRender: function (data, type, row) { - var link = 'View'; + var link = "View"; return link; } }