mirror of
https://github.com/friendica/friendica
synced 2025-04-26 01:50:11 +00:00
incremental improvements
This commit is contained in:
parent
98c86d46d4
commit
659ae4ed04
28 changed files with 401 additions and 94 deletions
|
@ -235,6 +235,13 @@ $j(function(){
|
|||
|
||||
|
||||
|
||||
function homeRedirect() {
|
||||
$j('html').fadeOut('slow', function(){
|
||||
window.location = baseurl + "/login";
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
function insertFormatting(comment,BBcode,id) {
|
||||
|
||||
var tmpStr = $j("#comment-edit-text-" + id).val();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue