Skip to content

Commit

Permalink
0006647 Fix multiple details_containers with correct ajax nesting level
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbbbauer committed Jul 3, 2017
1 parent 6950daa commit d072b63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/vendor/oxid-esales/js/oxarticlevariant.js
Expand Up @@ -53,7 +53,7 @@
'iconPosEl' : $("#variants .dropDown"),
'additionalData' : aOptions,
'onSuccess' : function(r) {
$( contentTarget ).html( r );
$( contentTarget ).parent().html( r );
if ( typeof WidgetsHandler !== 'undefined') {
WidgetsHandler.reloadWidget('oxwarticledetails');
WidgetsHandler.reloadWidget('oxwrating');
Expand Down
2 changes: 1 addition & 1 deletion out/flow/src/js/widgets/oxarticlevariant.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d072b63

Please sign in to comment.