Skip to content

Commit

Permalink
Merge pull request Fabrik#1724 from bauer-git/patch-8
Browse files Browse the repository at this point in the history
Update fabrik.js
  • Loading branch information
trob committed May 22, 2016
2 parents 98d2c43 + 45c360a commit 5908192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/com_fabrik/js/fabrik.js
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ define(['jquery', 'fab/loader', 'fab/requestqueue'], function (jQuery, Loader, R
winOpts.width = list.options.popup_width;
}
if (list.options.popup_height !== '') {
winOpts.width = list.options.popup_height;
winOpts.height = list.options.popup_height;
}
winOpts.id = view === 'details' ? 'view.' + winOpts.id : 'add.' + winOpts.id;
if (list.options.popup_offset_x !== null) {
Expand Down

0 comments on commit 5908192

Please sign in to comment.