diff options
author | David Lawrence <dkl@mozilla.com> | 2016-05-12 21:22:51 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-05-12 21:22:51 +0200 |
commit | 44a2e60b4f7030a06471a03699e2a167875f250e (patch) | |
tree | 31feaf091280d583fe043ae693a709df508600e7 /extensions/BugModal/template | |
parent | 6a48e0211dec6ec2d5a73ad1982682b744fb3474 (diff) | |
download | bugzilla-44a2e60b4f7030a06471a03699e2a167875f250e.tar.gz bugzilla-44a2e60b4f7030a06471a03699e2a167875f250e.tar.xz |
Bug 1270295 - don't update timestamps when the tab is not active / in the background
Diffstat (limited to 'extensions/BugModal/template')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/header.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl index 84efbd077..48064f06c 100644 --- a/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl @@ -60,6 +60,7 @@ jquery.push( "datetimepicker", "contextMenu", + "visibility" ); style_urls.push( "extensions/BugModal/web/bug_modal.css", |