Merge branch 'dev' into issue-184
This commit is contained in:
commit
6323cdda68
27 changed files with 195 additions and 154 deletions
|
@ -21,6 +21,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