Update bootstrap.js
This commit is contained in:
parent
238e1f5413
commit
7e5a0c3812
1 changed files with 6 additions and 1 deletions
7
public/js/bootstrap.js
vendored
7
public/js/bootstrap.js
vendored
|
@ -18,6 +18,11 @@ fandango.defaults({
|
|||
exports: function () { // String (the global variable name) or a function; returning the desired variable.
|
||||
return CryptoJS.AES;
|
||||
}
|
||||
},
|
||||
md5: {
|
||||
exports: function () {
|
||||
return CryptoJS.MD5;
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
@ -31,4 +36,4 @@ require(['cryptalk'], function () {}, function (e) {
|
|||
}
|
||||
|
||||
throw e;
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue