Changeset 6376 in spip-zone
- Timestamp:
- Oct 17, 2006, 8:34:17 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/_dev_/_ze_laboratoire_/async_upload/inc/documents.php
r6372 r6376 216 216 find(">div[@class]") 217 217 .addClass("documents_added") 218 .css("display","none") 218 219 .end(); 219 220 if (jForm.find("input[@name='arg']").val().search("vignette")!=-1) … … 228 229 find("div.documents_added") 229 230 .removeClass("documents_added") 230 .hide() 231 .show("normal",function(){ 232 var anim =\$(this).css({"height":"","overflow":""}); 233 //bug explorer 234 if(jQuery.browser.msie) anim.width(anim.width()-2); 231 .show("slow",function(){ 232 var anim =\$(this).css({"height":"","overflow":""}); 233 //bug explorer-opera-safari 234 if(!jQuery.browser.mozilla) anim.width(this.orig.width-2); 235 235 }) 236 236 .overflow("");
Note: See TracChangeset
for help on using the changeset viewer.