From 0c10c9ae2e0a4d2132b6b17d3ff850c7a795412a Mon Sep 17 00:00:00 2001 From: Evan Theurer Date: Mon, 21 Sep 2015 11:01:26 +0200 Subject: [PATCH] Add toastr.js version 2.1.0. --- static/js/libs/sjcl.js | 2 +- static/js/libs/toastr.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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 +}));