去掉console.log信息
This commit is contained in:
@@ -11,7 +11,6 @@ $(function(){
|
||||
direction:[]
|
||||
});
|
||||
$("select[name$='isHexbin']").each(function(){
|
||||
console.log("isHexbin:"+$(this).val());
|
||||
setIsHexBin(this);
|
||||
});
|
||||
$("input[name$='isHex']").on("change",function(){
|
||||
|
||||
Reference in New Issue
Block a user