diff options
Diffstat (limited to 'app/views/helpers/javascript_vars.phtml')
| -rw-r--r-- | app/views/helpers/javascript_vars.phtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/helpers/javascript_vars.phtml b/app/views/helpers/javascript_vars.phtml index 52489c5c3..e6fb4ab3f 100644 --- a/app/views/helpers/javascript_vars.phtml +++ b/app/views/helpers/javascript_vars.phtml @@ -41,6 +41,7 @@ echo htmlspecialchars(json_encode(array( 'global_view' => @$s['global_view'], 'reading_view' => @$s['reading_view'], 'rss_view' => @$s['rss_view'], + 'toggle_media' => @$s['toggle_media'], ), 'urls' => array( 'index' => _url('index', 'index'), |
