Tree ajax log. progress bar & refactoring
This commit is contained in:
parent
1a2bacfb4b
commit
f88a2617e6
8 changed files with 53 additions and 18 deletions
BIN
app/assets/images/ajax_loader_tree.gif
Normal file
BIN
app/assets/images/ajax_loader_tree.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
|
@ -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