remove hallo welt

This commit is contained in:
Andreas Stephanides
2014-10-28 08:44:19 +01:00
parent 2688bca831
commit bff600a896
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
alert("sdf");
$("#calentry_<%= @calentry.id %>").html("<%=escape_javascript( render :partial=>"nested_form" ,:object=>@calentry)%>"); $("#calentry_<%= @calentry.id %>").html("<%=escape_javascript( render :partial=>"nested_form" ,:object=>@calentry)%>");

View File

@@ -1,2 +1,2 @@
alert("hallo Welt");
$("#themaview").html("<%=escape_javascript( render :action=>:edit, :layout=>false )%>"); $("#themaview").html("<%=escape_javascript( render :action=>:edit, :layout=>false )%>");