diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2014-06-28 12:22:17 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2014-06-28 12:22:17 -0400 |
| commit | b04eea907242bb895f9578638f5f05612311fa66 (patch) | |
| tree | 8af5175552815e15149cdfe9b7d31aab273946b7 /build-js.sh | |
| parent | 0f957d316cfae62f9cfabc8df1d26e906de3e553 (diff) | |
fix bug where personal mutes didnt affect .oldmsg divs
Diffstat (limited to 'build-js.sh')
| -rwxr-xr-x | build-js.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-js.sh b/build-js.sh index e314b59..42d0dd7 100755 --- a/build-js.sh +++ b/build-js.sh @@ -1,3 +1,3 @@ #!/bin/sh -cat static/js/src/*/*.js static/js/src/*.js > static/js/pichat2.js +cat static/js/src/*/*.js static/js/src/*.js > static/js/pichat.js |
