diff options
author | Git <git@what.cd> | 2013-07-24 08:00:46 +0000 |
---|---|---|
committer | Git <git@what.cd> | 2013-07-24 08:00:46 +0000 |
commit | df16f6adee06a003a02e3b7ef1909eca0b094b12 (patch) | |
tree | ec341240235ddef7a34775e91f8eed534f330287 /static/functions/global.js | |
parent | d4724365ea01f2053ffddb14b9ba8e2b9456d1b5 (diff) | |
download | Gazelle-df16f6adee06a003a02e3b7ef1909eca0b094b12.zip Gazelle-df16f6adee06a003a02e3b7ef1909eca0b094b12.tar.gz Gazelle-df16f6adee06a003a02e3b7ef1909eca0b094b12.tar.bz2 |
Empty commit
Diffstat (limited to 'static/functions/global.js')
-rw-r--r-- | static/functions/global.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/static/functions/global.js b/static/functions/global.js index a691f28..389c96d 100644 --- a/static/functions/global.js +++ b/static/functions/global.js @@ -141,4 +141,3 @@ function select_all(el) { textRange.select(); } } - |