Skip to content

Commit

Permalink
Merge pull request #77 from DanDvoracek/fix/page-load-typo-mistake
Browse files Browse the repository at this point in the history
Fix/page load typo mistake
  • Loading branch information
RyanHavoc authored Sep 20, 2016
2 parents 3f5d355 + a01025b commit 4f64cea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _template/app/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ new Vue({
var _this = this,
hash = location.hash;

if(_this.content.page !== undefined && _this.content.pages.length) {
if(_this.content.pages !== undefined && _this.content.pages.length) {

if(hash) {
for (var i = 0; i < _this.content.pages.length; i++) {
Expand Down
Loading

0 comments on commit 4f64cea

Please sign in to comment.