diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-02-23 02:50:39 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-02-23 02:50:39 +0100 |
commit | 5b9f263ac1485c0ab18c2d42c5cd18746208bad4 (patch) | |
tree | 7a7ae6ac75e6156bb0c6d1fcf2bc970522f0a7ed /data | |
parent | 7711a600699a0b51d06ab069cfbef2fbb578449c (diff) | |
download | bugzilla-triage-5b9f263ac1485c0ab18c2d42c5cd18746208bad4.tar.gz |
Moved .js files from data/ to data/lib/ so that we don't mix data and code.
Diffstat (limited to 'data')
-rw-r--r-- | data/lib/bzpage.js (renamed from data/bzpage.js) | 0 | ||||
-rw-r--r-- | data/lib/color.js (renamed from data/color.js) | 0 | ||||
-rw-r--r-- | data/lib/cssUtils.js (renamed from data/cssUtils.js) | 0 | ||||
-rw-r--r-- | data/lib/rhbzpage.js (renamed from data/rhbzpage.js) | 0 | ||||
-rw-r--r-- | data/lib/skip-bug.js (renamed from data/skip-bug.js) | 0 | ||||
-rw-r--r-- | data/lib/util.js (renamed from data/util.js) | 0 |
6 files changed, 0 insertions, 0 deletions
diff --git a/data/bzpage.js b/data/lib/bzpage.js index 807793a..807793a 100644 --- a/data/bzpage.js +++ b/data/lib/bzpage.js diff --git a/data/color.js b/data/lib/color.js index c6cdc71..c6cdc71 100644 --- a/data/color.js +++ b/data/lib/color.js diff --git a/data/cssUtils.js b/data/lib/cssUtils.js index da24aa2..da24aa2 100644 --- a/data/cssUtils.js +++ b/data/lib/cssUtils.js diff --git a/data/rhbzpage.js b/data/lib/rhbzpage.js index 026e7ac..026e7ac 100644 --- a/data/rhbzpage.js +++ b/data/lib/rhbzpage.js diff --git a/data/skip-bug.js b/data/lib/skip-bug.js index 9fcb531..9fcb531 100644 --- a/data/skip-bug.js +++ b/data/lib/skip-bug.js diff --git a/data/util.js b/data/lib/util.js index 8232e9f..8232e9f 100644 --- a/data/util.js +++ b/data/lib/util.js |