mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:17:02 +02:00
improved the private feature
This commit is contained in:
@ -328,14 +328,14 @@ var Piler =
|
||||
},
|
||||
|
||||
|
||||
mark_as_private:function(id)
|
||||
mark_as_private:function(id, val)
|
||||
{
|
||||
Piler.log("[mark_as_private]", id);
|
||||
Piler.log("[mark_as_private]", id, val);
|
||||
|
||||
Piler.poor_mans_keepalive_for_dummy_browsers();
|
||||
|
||||
jQuery.ajax('index.php?route=message/private', {
|
||||
data: { id: id },
|
||||
data: { id: id, val: val },
|
||||
type: "POST"
|
||||
})
|
||||
.done( function( a ) {})
|
||||
|
Reference in New Issue
Block a user