diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-30 19:42:15 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-30 19:42:15 +0000 |
commit | f56f2f52e74ec3d0037bc33f9bbcee170e982d49 (patch) | |
tree | c735feafa84b1d596fe2c4db80f603d754f82c04 /js/util.js | |
parent | b8de7935568e631bc99aec6120f2bc4090f50fec (diff) |
Some cross-browser updates for conversation UI
Diffstat (limited to 'js/util.js')
-rw-r--r-- | js/util.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/util.js b/js/util.js index d5697e880..c710ae839 100644 --- a/js/util.js +++ b/js/util.js @@ -261,7 +261,7 @@ function NoticeAttachments() { url : '', color : '#000', opacity : '0.6', - zIndex : '9999', + zIndex : 99, center : true, imgLoading : $('address .url')[0].href+'theme/base/images/illustrations/illu_progress_loading-01.gif', bgClickToClose : true, |