remove alert

This commit is contained in:
daisyonly 2014-08-26 09:06:24 +08:00
parent a98cb1a06c
commit ecdd92c741
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
$(document).ready(function(){
$("#behaviorEditor").on("focusout",".editor input",function(){
console.log(this);
alert("This input field has lost its focus.");
})
});