diff options
Diffstat (limited to 'app/views/tutorials')
| -rw-r--r-- | app/views/tutorials/index.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/tutorials/index.html.erb b/app/views/tutorials/index.html.erb index d5206ae7..1d1b01f3 100644 --- a/app/views/tutorials/index.html.erb +++ b/app/views/tutorials/index.html.erb @@ -4,6 +4,7 @@ var ready = function(){ new Masonry('#tutorials-div').load(); }; $(document).ready(ready); $(document).on('page:load', ready); + $(document).on('page:restore', ready); </script> <% end -%> <div id="tutorials-div" class="row"> |
