Skip to content

Commit

Permalink
Merge branch '6.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Oct 13, 2016
2 parents 17178e8 + d17ce1d commit 949e773
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
{
"contentId": embedParams.id,
"viewType": embedParams.viewType,
"params": params
"params": params,
"layout": false
}
)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
{
"contentId": embedParams.id,
"viewType": embedParams.viewType,
"params": params
"params": params,
"layout": false
}
)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
{
"locationId": embedParams.id,
"viewType": embedParams.viewType,
"params": params
"params": params,
"layout": false
}
)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
{
"locationId": embedParams.id,
"viewType": embedParams.viewType,
"params": params
"params": params,
"layout": false
}
)
)
Expand Down

0 comments on commit 949e773

Please # to comment.