diff options
| -rw-r--r-- | docs/config/templates/indexPage.template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config/templates/indexPage.template.html b/docs/config/templates/indexPage.template.html index e156226a..0fa266f7 100644 --- a/docs/config/templates/indexPage.template.html +++ b/docs/config/templates/indexPage.template.html @@ -206,7 +206,7 @@ </li> </ul> <div id="loading" ng-show="loading">Loading...</div> - <div ng-hide="loading" ng-include="currentPage.outputPath" autoscroll></div> + <div ng-hide="loading" ng-include="currentPage.outputPath" onload="afterPartialLoaded()" autoscroll></div> </div> </div> </section> |
