Focus on the notice textarea after share, minimize, close button actions
This commit is contained in:
parent
17913d4427
commit
febe64625e
@ -589,6 +589,8 @@ var SN = { // StatusNet
|
||||
|
||||
$('#'+SN.C.S.NoticeDataGeoSelected).remove();
|
||||
|
||||
$('#'+SN.C.S.NoticeDataText).focus();
|
||||
|
||||
return false;
|
||||
});
|
||||
|
||||
@ -607,6 +609,8 @@ var SN = { // StatusNet
|
||||
};
|
||||
$.cookie(SN.C.S.NoticeDataGeoCookie, JSON.stringify(cookieValue));
|
||||
|
||||
$('#'+SN.C.S.NoticeDataText).focus();
|
||||
|
||||
return false;
|
||||
});
|
||||
|
||||
@ -679,6 +683,8 @@ var SN = { // StatusNet
|
||||
else {
|
||||
removeNoticeDataGeo();
|
||||
}
|
||||
|
||||
$('#'+SN.C.S.NoticeDataText).focus();
|
||||
}).change();
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user