Fixing window resize for explore and standalone

This commit is contained in:
Maxime Beauchemin
2016-03-04 14:19:33 -05:00
parent 1782d8f278
commit 722c16a6e5
3 changed files with 12 additions and 0 deletions

View File

@@ -330,4 +330,6 @@ $(document).ready(function () {
});
$('div.toggle').addClass('pull-right');
slice.setResizeOnWindowResize();
});