wall login in progress
This commit is contained in:
parent
687290a00d
commit
ca1e3d0579
10 changed files with 110 additions and 74 deletions
|
@ -20,6 +20,6 @@ $(function(){
|
|||
$('select#tag').selectmenu({style:'popup', width:200});
|
||||
});
|
||||
|
||||
function updatePage(){
|
||||
$.ajax({type: "GET", url: location.href, dataType: "script"});
|
||||
function updatePage(data){
|
||||
$.ajax({type: "GET", url: location.href, data: data, dataType: "script"});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue