mirror of
https://github.com/friendica/friendica
synced 2025-04-24 05:10:11 +00:00
rename the page template modal.php to none.php because it can be used for more than modals
This commit is contained in:
parent
8384ba833a
commit
64a2f2022b
9 changed files with 30 additions and 30 deletions
|
@ -126,7 +126,7 @@ function removeAllhoverCards(event,priorTo) {
|
|||
// Ajax request to get json contact data
|
||||
function getContactData(purl, url, actionOnSuccess) {
|
||||
var postdata = {
|
||||
mode : 'modal',
|
||||
mode : 'none',
|
||||
profileurl : purl,
|
||||
datatype : 'json',
|
||||
};
|
||||
|
@ -224,7 +224,7 @@ function getHoverCardContent(purl, url, callback) {
|
|||
// Ajax request to get the raw template content
|
||||
function getHoverCardTemplate (url, callback) {
|
||||
var postdata = {
|
||||
mode: 'modal',
|
||||
mode: 'none',
|
||||
datatype: 'tpl'
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue