diff --git a/static/js/libs/sjcl.js b/static/js/libs/sjcl.js index 41579187..62fce41f 100644 --- a/static/js/libs/sjcl.js +++ b/static/js/libs/sjcl.js @@ -11,7 +11,7 @@ * @author Mike Hamburg * @author Dan Boneh */ - // Version 1.0.2 +// Version 1.0.2 "use strict"; /*jslint indent: 2, bitwise: false, nomen: false, plusplus: false, white: false, regexp: false */ diff --git a/static/js/libs/toastr.js b/static/js/libs/toastr.js index d0c6df7a..9cc6aeab 100644 --- a/static/js/libs/toastr.js +++ b/static/js/libs/toastr.js @@ -10,6 +10,7 @@ * * Project: https://github.com/CodeSeven/toastr */ +// Version 2.1.0 ; (function (define) { define(['jquery'], function ($) { return (function () { @@ -372,4 +373,4 @@ } else { window['toastr'] = factory(window['jQuery']); } -})); \ No newline at end of file +}));