Commit 53e18b8ac2d4d09a35067f0c805612a36209452f
Exists in
staging
and in
4 other branches
Merge branch 'AI3160-fullscreen_for_article' into stable
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
public/javascripts/application.js
@@ -1083,6 +1083,7 @@ function toggle_fullwidth(itemId){ | @@ -1083,6 +1083,7 @@ function toggle_fullwidth(itemId){ | ||
1083 | jQuery("#fullscreen-btn").hide() | 1083 | jQuery("#fullscreen-btn").hide() |
1084 | fullwidth = true; | 1084 | fullwidth = true; |
1085 | } | 1085 | } |
1086 | + jQuery(window).trigger("toggleFullwidth", fullwidth); | ||
1086 | } | 1087 | } |
1087 | 1088 | ||
1088 | function fullscreenPageLoad(itemId){ | 1089 | function fullscreenPageLoad(itemId){ |