diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-10-04 17:27:22 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-10-04 17:27:22 +0100 |
commit | 759ed46733149e5bdc90b139706cbbf54215d23c (patch) | |
tree | e15eb2c0544feac15cc77d9ed84afe18da7fe6cd /interface | |
parent | 448ac56520ca20eccdd0ddd331e846272798aa89 (diff) | |
download | rspamd-759ed46733149e5bdc90b139706cbbf54215d23c.tar.gz rspamd-759ed46733149e5bdc90b139706cbbf54215d23c.zip |
[Minor] Update jquery
Diffstat (limited to 'interface')
-rw-r--r-- | interface/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/index.html b/interface/index.html index bcea05a52..c813317f2 100644 --- a/interface/index.html +++ b/interface/index.html @@ -321,7 +321,7 @@ </div> <div id="backDrop" class="modal-backdrop fade in" style="display:none"></div> -<script src="//code.jquery.com/jquery-2.1.4.min.js"></script> +<script src="//code.jquery.com/jquery-3.1.1.min.js"></script> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script> |