0.0.89
This commit is contained in:
@@ -10,6 +10,7 @@ function writeMessage(){
|
|||||||
// enctype: 'json',
|
// enctype: 'json',
|
||||||
// data: formData,
|
// data: formData,
|
||||||
success: function(data){
|
success: function(data){
|
||||||
|
getNewMessageSession()
|
||||||
// location.href = '/profile'
|
// location.href = '/profile'
|
||||||
document.querySelector(".info_profile").innerHTML = data.html;
|
document.querySelector(".info_profile").innerHTML = data.html;
|
||||||
|
|
||||||
@@ -35,6 +36,7 @@ function technicalSupport(){
|
|||||||
// enctype: 'json',
|
// enctype: 'json',
|
||||||
// data: formData,
|
// data: formData,
|
||||||
success: function(data){
|
success: function(data){
|
||||||
|
getNewMessageSession()
|
||||||
console.log('data received')
|
console.log('data received')
|
||||||
// location.href = '/profile'
|
// location.href = '/profile'
|
||||||
document.querySelector(".info_profile").innerHTML = data.html;
|
document.querySelector(".info_profile").innerHTML = data.html;
|
||||||
@@ -59,6 +61,7 @@ function mySubscription(){
|
|||||||
// enctype: 'json',
|
// enctype: 'json',
|
||||||
// data: formData,
|
// data: formData,
|
||||||
success: function(data){
|
success: function(data){
|
||||||
|
getNewMessageSession()
|
||||||
console.log('data received')
|
console.log('data received')
|
||||||
// location.href = '/profile'
|
// location.href = '/profile'
|
||||||
document.querySelector(".info_profile").innerHTML = data.html;
|
document.querySelector(".info_profile").innerHTML = data.html;
|
||||||
@@ -83,6 +86,7 @@ function myProfile(){
|
|||||||
// enctype: 'json',
|
// enctype: 'json',
|
||||||
// data: formData,
|
// data: formData,
|
||||||
success: function(data){
|
success: function(data){
|
||||||
|
getNewMessageSession()
|
||||||
console.log('data received')
|
console.log('data received')
|
||||||
// location.href = '/profile'
|
// location.href = '/profile'
|
||||||
document.querySelector(".info_profile").innerHTML = data.html;
|
document.querySelector(".info_profile").innerHTML = data.html;
|
||||||
@@ -144,6 +148,7 @@ function searchTown(el){
|
|||||||
// enctype: 'json',
|
// enctype: 'json',
|
||||||
data: JSON.stringify(get_address_point),
|
data: JSON.stringify(get_address_point),
|
||||||
success: function(data){
|
success: function(data){
|
||||||
|
getNewMessageSession()
|
||||||
return insertSearchList(data, el.name + '_list')
|
return insertSearchList(data, el.name + '_list')
|
||||||
},
|
},
|
||||||
error: function (data){
|
error: function (data){
|
||||||
@@ -296,6 +301,7 @@ function sendRoute(el, routeID = null){
|
|||||||
// enctype: 'json',
|
// enctype: 'json',
|
||||||
data: formData,
|
data: formData,
|
||||||
success: function(data){
|
success: function(data){
|
||||||
|
getNewMessageSession()
|
||||||
console.log('data received')
|
console.log('data received')
|
||||||
// location.href = '/profile'
|
// location.href = '/profile'
|
||||||
document.querySelector(".info_profile").innerHTML = data.html
|
document.querySelector(".info_profile").innerHTML = data.html
|
||||||
@@ -366,6 +372,7 @@ function createRoute(){
|
|||||||
// enctype: 'json',
|
// enctype: 'json',
|
||||||
// data: {},
|
// data: {},
|
||||||
success: function(data){
|
success: function(data){
|
||||||
|
getNewMessageSession()
|
||||||
// console.log('data received')
|
// console.log('data received')
|
||||||
// location.href = '/profile'
|
// location.href = '/profile'
|
||||||
document.querySelector(".info_profile").innerHTML = data.html
|
document.querySelector(".info_profile").innerHTML = data.html
|
||||||
@@ -401,6 +408,7 @@ function getRoute(){
|
|||||||
// enctype: 'json',
|
// enctype: 'json',
|
||||||
// data: formData,
|
// data: formData,
|
||||||
success: function(data){
|
success: function(data){
|
||||||
|
getNewMessageSession()
|
||||||
console.log('data received')
|
console.log('data received')
|
||||||
// location.href = '/profile'
|
// location.href = '/profile'
|
||||||
document.querySelector(".info_profile").innerHTML = data.html;
|
document.querySelector(".info_profile").innerHTML = data.html;
|
||||||
|
|||||||
Reference in New Issue
Block a user