diff options
author | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2011-06-30 18:06:07 +0100 |
---|---|---|
committer | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2011-06-30 18:06:07 +0100 |
commit | 95b47b4940d63e2b97747a79d47ee2fe5345173b (patch) | |
tree | 5f62c310a28eb67c8d3226d1407f3156cc32cdd8 /.gitignore | |
parent | c98db5a4c11ce4ba1eee2dd69c1c1d87f3c1b981 (diff) | |
download | etherpad-lite-95b47b4940d63e2b97747a79d47ee2fe5345173b.zip |
use a downloaded jQuery instead of using googles CDN, and fixed btw a bug that let pad.js fails randomly
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,2 +1,3 @@ node_modules -settings.json
\ No newline at end of file +settings.json +static/js/jquery.min.js
\ No newline at end of file |