รวม code จากทุกคน ที่แก้ไข op ล่าสุด
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user