Set parent window for about/new version, escape to close (#1795)

* Set parent window for about/new version, escape to close

* Exclude jquery from jshint run
This commit is contained in:
Scott Nonnenberg 2017-11-21 15:23:18 -08:00 committed by GitHub
parent 158b575885
commit 1c455c83e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 9241 additions and 6 deletions

View file

@ -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: {