rename the page template modal.php to none.php because it can be used for more than modals

This commit is contained in:
rabuzarus 2016-05-15 13:41:37 +02:00
parent 8384ba833a
commit 64a2f2022b
9 changed files with 30 additions and 30 deletions

View file

@ -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'
};