This commit is contained in:
Isaac Sanders 2011-08-03 14:27:20 -04:00 committed by Raphael Sofaer
parent 099d882814
commit a1dab2546d

View file

@ -85,6 +85,10 @@ var View = {
Diaspora.widgets.directionDetector.updateBinds();
});
$("a.new_aspect").click(function(e){
$("input#aspect_name").focus()
});
/* facebox 'done' buttons */
$("*[rel*=close]").live('click', function(){ $.facebox.close(); });