Browse Source

Use webfonts.js in main to avoid load order error in built javascript.

pull/208/head
Simon Eisenmann 10 years ago
parent
commit
9432535665
  1. 3
      static/js/base.js

3
static/js/base.js

@ -33,5 +33,4 @@ define([ // Helper module to put non dependency base libraries together.
'humanize', 'humanize',
'sha', 'sha',
'sjcl', 'sjcl',
'text', 'text'], function() {});
'webfont'], function() {});

Loading…
Cancel
Save