changes from live site
This commit is contained in:
parent
8a160a0a74
commit
530d6bf060
|
@ -130,7 +130,7 @@
|
||||||
|
|
||||||
$(function(){
|
$(function(){
|
||||||
|
|
||||||
$(".event-comment").bindWithDelay("keypress", function() {
|
$(".event-comment").bindWithDelay("keyup", function() {
|
||||||
$("#saving").html("Speichere..");
|
$("#saving").html("Speichere..");
|
||||||
|
|
||||||
putObject = [ { "event": $(this).data("event-id"),
|
putObject = [ { "event": $(this).data("event-id"),
|
||||||
|
@ -261,4 +261,4 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue