PUBLIC HOLIDAY ISSUE FIXED
This commit is contained in:
parent
39274212e1
commit
41bcac6942
@ -159,7 +159,7 @@ $('html').bind('keypress', function(e)
|
||||
<script type="text/html" id="addList">
|
||||
<tr id="<%=index%>">
|
||||
<td style="text-align:left;" contenteditable="true"><%=Holiday_Name%></td>
|
||||
<td style="text-align:right;" contenteditable="true"><%=Date%></td>
|
||||
<td style="text-align:right;" contenteditable="false"><%=Date%></td>
|
||||
<td style="text-align:right;">
|
||||
<a href='#' onclick = "DeleteRow(<?php echo $index ; ?>)" id="Del" ><span class="glyphicon glyphicon-trash"></span></a>
|
||||
</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user