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