Wall redesign

This commit is contained in:
gitlabhq 2011-10-20 19:21:58 +03:00
parent 59704f481e
commit 48924dfeea
12 changed files with 89 additions and 36 deletions

View file

@ -16,3 +16,7 @@ $(function(){
$('select#branch').selectmenu({style:'popup', width:200});
$('select#tag').selectmenu({style:'popup', width:200});
});
function updatePage(){
$.ajax({type: "GET", url: location.href, dataType: "script"});
}