diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-03-29 20:50:34 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-03-29 20:50:34 +0100 |
commit | c84943f1f566bcda7556c16cf664feb8215b1a14 (patch) | |
tree | 9a3f0064c8baade11c827c2a4d0ebe4cb5f6efa9 /extensions/MyDashboard/web/js/query.js | |
parent | 64ed562d5775252c75207d2e97d985115b6200f5 (diff) | |
download | bugzilla-c84943f1f566bcda7556c16cf664feb8215b1a14.tar.gz bugzilla-c84943f1f566bcda7556c16cf664feb8215b1a14.tar.xz |
Bug 856110 - Add a review link to the dashboard for review attachment flags
Diffstat (limited to 'extensions/MyDashboard/web/js/query.js')
-rw-r--r-- | extensions/MyDashboard/web/js/query.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/MyDashboard/web/js/query.js b/extensions/MyDashboard/web/js/query.js index 4590bb603..7d25cc33e 100644 --- a/extensions/MyDashboard/web/js/query.js +++ b/extensions/MyDashboard/web/js/query.js @@ -6,6 +6,10 @@ * defined by the Mozilla Public License, v. 2.0. */ +if (typeof(MyDashboard) == 'undefined') { + var MyDashboard = {}; +} + // Main query code YUI({ base: 'js/yui3/', |