Skip to content

Commit

Permalink
Added partial view to related data links
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesegrits committed May 30, 2016
1 parent f16fbc2 commit 6bac87c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media/com_fabrik/js/dist/fabrik.js

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

3 changes: 2 additions & 1 deletion media/com_fabrik/js/fabrik.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ define(['jquery', 'fab/loader', 'fab/requestqueue'], function (jQuery, Loader, R

url = a.get('href');
url += url.contains('?') ? '&tmpl=component&ajax=1' : '?tmpl=component&ajax=1';

url += '&format=partial';

// Only one edit window open at the same time.
$H(Fabrik.Windows).each(function (win, key) {
win.close();
Expand Down

0 comments on commit 6bac87c

Please sign in to comment.