summaryrefslogtreecommitdiff
path: root/app/views/tutorials
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/tutorials')
-rw-r--r--app/views/tutorials/index.html.erb1
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">