File diff 6a8a5d28230f → e8d1e9d9d258
utils.lua
Show inline comments
 
@@ -248,7 +248,7 @@ function input_number(tab)
 
		--return tab.label .. tab.input .. "_";
 
	end;
 
	tab.entered = function(s)
 
		input = "";
 
		s.input = "";
 
		hook_keys('0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'backspace', 'return');
 
	end;
 
	tab.left = function(s)