fix titles on ajaxupdate issue, add jsonld-php library
This commit is contained in:
@@ -596,8 +596,9 @@ function updateConvItems(mode,data) {
|
||||
var title = $(".wall-item-title").text();
|
||||
title.replace(/^\s+/, '');
|
||||
title.replace(/\s+$/, '');
|
||||
if (title)
|
||||
document.title = title + " - " + document.title;
|
||||
if (title) {
|
||||
savedTitle = title + " " + savedTitle;
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user