From 1a77f2500075be774756be296eb67141b468f034 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Tue, 7 Jan 2020 21:22:34 +0100 Subject: [PATCH] upgrading SJCL to 1.0.8 --- js/common.js | 2 +- js/{sjcl-1.0.7.js => sjcl-1.0.8.js} | 0 tpl/bootstrap.php | 2 +- tpl/page.php | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename js/{sjcl-1.0.7.js => sjcl-1.0.8.js} (100%) diff --git a/js/common.js b/js/common.js index 8e6ee614..4c77eb8e 100644 --- a/js/common.js +++ b/js/common.js @@ -9,7 +9,7 @@ global.fs = require('fs'); // application libraries to test global.$ = global.jQuery = require('./jquery-3.4.1'); -global.sjcl = require('./sjcl-1.0.7'); +global.sjcl = require('./sjcl-1.0.8'); global.Base64 = require('./base64-2.4.5').Base64; global.RawDeflate = require('./rawdeflate-0.5').RawDeflate; global.RawDeflate.inflate = require('./rawinflate-0.3').RawDeflate.inflate; diff --git a/js/sjcl-1.0.7.js b/js/sjcl-1.0.8.js similarity index 100% rename from js/sjcl-1.0.7.js rename to js/sjcl-1.0.8.js diff --git a/tpl/bootstrap.php b/tpl/bootstrap.php index 75f85979..6769718a 100644 --- a/tpl/bootstrap.php +++ b/tpl/bootstrap.php @@ -42,7 +42,7 @@ endif; ?> - + diff --git a/tpl/page.php b/tpl/page.php index 157e5844..91d8ef7e 100644 --- a/tpl/page.php +++ b/tpl/page.php @@ -21,7 +21,7 @@ if ($SYNTAXHIGHLIGHTING): endif; ?> - +