diff --git a/Gruntfile.js b/Gruntfile.js
index 5ec898f3ea..1458fbd6a9 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -96,6 +96,7 @@ module.exports = function(grunt) {
files: [
'Gruntfile.js',
'js/**/*.js',
+ '!js/jquery.js',
'!js/libtextsecure.js',
'!js/WebAudioRecorderMp3.js',
'!js/Mp3LameEncoder.min.js',
@@ -131,6 +132,9 @@ module.exports = function(grunt) {
}, {
src: 'components/webaudiorecorder/lib/WebAudioRecorderMp3.js',
dest: 'js/WebAudioRecorderMp3.js'
+ }, {
+ src: 'components/jquery/dist/jquery.js',
+ dest: 'js/jquery.js'
}],
},
res: {
diff --git a/about.html b/about.html
index 93eba7e256..f4641b247d 100644
--- a/about.html
+++ b/about.html
@@ -34,6 +34,16 @@ a {
signal.org
+
+
+
+