รวม code จากทุกคน ที่แก้ไข op ล่าสุด

This commit is contained in:
Nakorn Rientrakrunchai
2020-04-05 22:57:02 +07:00
parent 6135a2ec09
commit 9ffe9c30d3
46 changed files with 2636 additions and 529 deletions

View File

@@ -109,7 +109,7 @@
</li>
<li class="dropdown-divider"></li>
<li>
<a href="@Environment.GetEnvironmentVariable("SiteInformation_appsite")/home/logout');">
<a href="javascript:window_open_from_root('@Environment.GetEnvironmentVariable("SiteInformation_appsite")/home/logout');">
<i class="fa fa-power-off" style="font-size: 14px"></i>
ออกจากระบบ
</a>
@@ -202,6 +202,13 @@
<script>
$("#username").text(getCookie("emp_name"));
</script>
<script>
$(document).ready(function () {
$( document ).on( 'focus', ':input', function(){
$( this ).attr( 'autocomplete', 'off' );
});
});
</script>
</body>
</html>