diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-03-25 01:17:49 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-03-25 14:21:22 +0100 |
commit | bcf1996cbdd2118a88226b24a4c78a08fe21749b (patch) | |
tree | b2274c77ae97dc116675145885b335e2a8377d5f /data/js/urltest.js | |
parent | 23fb75565611af1e85455844be1d8931efe0a0a4 (diff) | |
download | bugzilla-triage-bcf1996cbdd2118a88226b24a4c78a08fe21749b.tar.gz |
Working on cutting down lines from bug-page-mod.js
Diffstat (limited to 'data/js/urltest.js')
-rw-r--r-- | data/js/urltest.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/data/js/urltest.js b/data/js/urltest.js deleted file mode 100644 index a0dbabf..0000000 --- a/data/js/urltest.js +++ /dev/null @@ -1,4 +0,0 @@ -function onBugzillaPage(url) { - return /https:\/\/bugzilla(-[a-zA-Z]+)*\.mozilla\.org/.test(url) - || /https:\/\/landfill.*\.bugzilla\.org/.test(url); -}
\ No newline at end of file |