Enabe/disable smileys for ELCode via display attribute.

This commit is contained in:
2015-03-31 12:07:33 +02:00
parent 633df5f9c4
commit b74db5edb6
5 changed files with 80 additions and 99 deletions
+2 -2
View File
@@ -218,7 +218,7 @@ $(document).ready(function() {
event.stopPropagation();
event.preventDefault();
console.log("holder-enter")
holder.css("border", "10px dashed #0c0");
holder.css("border", "6px dashed #0c0");
return false;
},
'dragover' : function(event) {
@@ -230,7 +230,7 @@ $(document).ready(function() {
event.stopPropagation();
event.preventDefault();
console.log("holder-leave");
holder.css("border", "10px dashed #ccc");
holder.css("border", "6px dashed #ccc");
return false;
},
'drop' : function(e) {