Skip to content

Commit

Permalink
v1.13.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlag committed Jun 11, 2020
1 parent fa3547e commit 7bf9a6e
Show file tree
Hide file tree
Showing 5 changed files with 999 additions and 34 deletions.
4 changes: 2 additions & 2 deletions dev/js/_settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
// Version
thisGlyphrStudioVersion: 'Version 1.13',
thisGlyphrStudioVersionNum: '1.13.10',
thisGlyphrStudioVersionDate: 0,
thisGlyphrStudioVersionDate: 1591900000000,

// Internal Dev Stuff
devmode: true, // global switch for all the stuff below
devmode: false, // global switch for all the stuff below
dev_sample_project: false, // load a sample project and skip open project experience
dev_current_page: false, // navigate straight to a page
dev_current_panel: false, // navigate straight to a panel
Expand Down
2 changes: 1 addition & 1 deletion dev/js/obj_glyph.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}
}

if(this.getGlyphMaxes) this.getGlyphMaxes();
if(this.getMaxes) this.getMaxes();

// cache
oa.cache = oa.cache || {};
Expand Down
70 changes: 70 additions & 0 deletions dist/Glyphr_Studio_-_1.13.10.html

Large diffs are not rendered by default.

Loading

0 comments on commit 7bf9a6e

Please sign in to comment.