smalltalk
/
osmo-st-all
Archived
1
0
Fork 0
This commit is contained in:
Nicolas Petton 2009-08-21 23:41:38 +00:00
parent 746cc057b2
commit 6b479b7429
1 changed files with 2 additions and 1 deletions

View File

@ -234,7 +234,8 @@ var iliad = function() {
var insertAjaxLoader = function() {
jQuery('body').append(
"<div class='ajax_loader'" +
"style='position: fixed; top: 10px; right: 10px; z-index: 9999'>" +
"style='position: fixed; _position: absolute;" +
"top: 10px; right: 10px; z-index: 9999'>" +
"<img src='/images/ajax_loader.gif'/></div>")
};