Skip to content
Snippets Groups Projects
Commit 2b265acf authored by Reiner Jung's avatar Reiner Jung
Browse files

update BasbiWebTest

parent 5a6b10e3
No related branches found
No related tags found
No related merge requests found
Showing
with 9 additions and 0 deletions
babsi/BabsiWebTest/web-app/images/skin/database_edit.png

767 B

babsi/BabsiWebTest/web-app/images/skin/database_save.png

755 B

babsi/BabsiWebTest/web-app/images/skin/database_table.png

726 B

babsi/BabsiWebTest/web-app/images/skin/exclamation.png

701 B

babsi/BabsiWebTest/web-app/images/skin/house.png

806 B

babsi/BabsiWebTest/web-app/images/skin/information.png

778 B

babsi/BabsiWebTest/web-app/images/skin/shadow.jpg

300 B

babsi/BabsiWebTest/web-app/images/skin/sorted_asc.gif

835 B

babsi/BabsiWebTest/web-app/images/skin/sorted_desc.gif

834 B

babsi/BabsiWebTest/web-app/images/spinner.gif

1.99 KiB

babsi/BabsiWebTest/web-app/images/springsource.png

8.9 KiB

if (typeof jQuery !== 'undefined') {
(function($) {
$('#spinner').ajaxStart(function() {
$(this).fadeIn();
}).ajaxStop(function() {
$(this).fadeOut();
});
})(jQuery);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment