mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-11 05:04:27 +02:00
append poke and private message template
This commit is contained in:
parent
a73ec108ad
commit
da63ae343a
6 changed files with 215 additions and 6 deletions
|
@ -22,10 +22,10 @@ function loadModalTitle() {
|
|||
//$("#modal-title").empty();
|
||||
|
||||
// hide the first h3 child element of the modal body
|
||||
$("#modal-body > h3").first().hide();
|
||||
$("#modal-body .headding").first().hide();
|
||||
|
||||
// get the text of the first h3 child element
|
||||
var title = $("#modal-body > h3").first().text();
|
||||
// get the text of the first element with headding class
|
||||
var title = $("#modal-body .headding").first().text();
|
||||
|
||||
// and append it to modal title
|
||||
if (title!=="") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue