Tree ajax log. progress bar & refactoring
This commit is contained in:
parent
1a2bacfb4b
commit
f88a2617e6
8 changed files with 53 additions and 18 deletions
|
@ -114,3 +114,8 @@ function showDiff(link) {
|
|||
return _chosen.apply(this, [default_options]);
|
||||
}})
|
||||
})(jQuery);
|
||||
|
||||
|
||||
function ajaxGet(url) {
|
||||
$.ajax({type: "GET", url: url, dataType: "script"});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue