Skip to content
Extraits de code Groupes Projets
Valider ddcaebd6 rédigé par renato's avatar renato
Parcourir les fichiers

fix refreshing the documents attached on an article after upload on ie and opera

parent ad5a8ee1
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -116,7 +116,7 @@ function async_upload_portfolio_documents(res){
var self = jQuery(this);
if(!cont.size()) {
cont = jQuery(this.id.search(/--/)!=-1 ? "#portfolio":"#documents")
.append(self.clone2().get());
.append(self.clone2());
}
verifForm(cont.html(self.html()));
jQuery("form.form_upload",cont).async_upload(async_upload_portfolio_documents);
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter