diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-08-17 16:11:13 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-08-17 16:11:13 +0200 |
commit | 208b857c3f9b9233037847b9c5d98ab9e958ce19 (patch) | |
tree | 850f58379c38e7a91040f2a1415545954ab1036c /module/web/templates/default/base.html | |
parent | Merge (diff) | |
download | pyload-208b857c3f9b9233037847b9c5d98ab9e958ce19.tar.xz |
renamed default_mobile to mobile
Diffstat (limited to 'module/web/templates/default/base.html')
-rw-r--r-- | module/web/templates/default/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index d5d96eef3..e3c216390 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -202,7 +202,7 @@ }},
style:{
classes:'ui-tooltip-light ui-tooltip-shadow',
- width: $("#notification_div").outerWidth(),
+ width: $("#globalprogress").outerWidth(),
height: 100
},
hide: false
|