wall login in progress

This commit is contained in:
gitlabhq 2011-11-04 09:37:38 -04:00
parent 687290a00d
commit ca1e3d0579
10 changed files with 110 additions and 74 deletions

View file

@ -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"});
}