Skip to content

Commit

Permalink
MAGETWO-52284: Wysiwyg can not insert more than two images #4221
Browse files Browse the repository at this point in the history
  • Loading branch information
magicbunneh committed Apr 28, 2016
1 parent 3fa0347 commit 94008a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/web/mage/adminhtml/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ define([

if (this.modal) {
this.modal.html($(content).html());
this.modal.modal('option', 'closed', options.closed);
} else {
this.modal = $(content).modal($.extend({
title: title || 'Insert File...',
Expand Down

0 comments on commit 94008a9

Please sign in to comment.