projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Make switch to compact and small modes dynamic
[rails.git]
/
app
/
views
/
message
/
delete.js.erb
1
$("#inboxanchor").replaceWith("<%=j render :partial => "layouts/inbox" %>");
2
$("#inbox-count").replaceWith("<%=j render :partial => "message_count" %>");
3
$("#inbox-<%= @message.id %>").fadeOut(800, "linear", function () {
4
$(this).remove();
5
});