mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 10:14:13 +00:00
feature(bower) add jsSHA from bower
This commit is contained in:
parent
c4832161d4
commit
f157c67756
14 changed files with 451 additions and 1545 deletions
|
|
@ -472,8 +472,8 @@ var CloudCmd, Util, DOM, CloudFunc, io, ace, Zip, MenuIO, Format;
|
|||
}
|
||||
|
||||
function sha(callback) {
|
||||
var dir = CloudCmd.LIBDIR,
|
||||
url = dir + 'sha/jsSHA.js';
|
||||
var dir = '/modules/jsSHA/',
|
||||
url = dir + 'src/sha1.js';
|
||||
|
||||
DOM.load.js(url, function() {
|
||||
var shaObj, hash, error,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue