From 971e202f0b78f683f0a248e8fabce730cc9f8ae3 Mon Sep 17 00:00:00 2001
From: Brendan Dahl <brendan.dahl@gmail.com>
Date: Wed, 30 Jan 2013 09:22:00 -0500
Subject: [PATCH] Disable printing a selection for Firefox.

---
 web/viewer.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/viewer.html b/web/viewer.html
index 30761ebd8..28a2447aa 100644
--- a/web/viewer.html
+++ b/web/viewer.html
@@ -14,7 +14,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 -->
-<html dir="ltr">
+<html dir="ltr" mozdisallowselectionprint>
   <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">