mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-31 15:28:19 -04:00
Some updates.
This commit is contained in:
parent
c1fc823a19
commit
43168e496a
6 changed files with 24 additions and 14 deletions
|
@ -75,6 +75,6 @@ modulejs.define('core/resource', ['_', '$', 'config', 'core/settings'], function
|
|||
icon: icon,
|
||||
ensureMarkdown: ensureMarkdown,
|
||||
ensureQRCode: ensureQRCode,
|
||||
ensureSH: ensureSH,
|
||||
ensureSH: ensureSH
|
||||
};
|
||||
});
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// other libs
|
||||
// ----------
|
||||
// @include "lib/modernizr-*.js"
|
||||
if (window.attachEvent && !window.addEventListener) { throw 'no-browser'; }
|
||||
// @include "lib/underscore-*.js"
|
||||
// @include "lib/modulejs-*.js"
|
||||
// @include "lib/moment-*.js"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue