Merge branch 'dev' of https://github.com/magicbug/Cloudlog into dev
这个提交包含在:
		
						当前提交
						e22bc4ec5a
					
				
					共有  1 个文件被更改,包括 9 次插入 和 0 次删除
				
			
		| 
						 | 
				
			
			@ -87,6 +87,15 @@ $(function () {
 | 
			
		|||
	});
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
// We don't want spaces to be written in serial
 | 
			
		||||
$(function () {
 | 
			
		||||
	$('#exch_serial_r').on('keypress', function (e) {
 | 
			
		||||
		if (e.which == 32) {
 | 
			
		||||
			return false;
 | 
			
		||||
		}
 | 
			
		||||
	});
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
// Here we capture keystrokes to execute functions
 | 
			
		||||
document.onkeyup = function (e) {
 | 
			
		||||
	// ALT-W wipe
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		正在加载…
	
		在新工单中引用