From 7a144da37a87285731f52c09da379fa4da7b6953 Mon Sep 17 00:00:00 2001 From: Joshua Gourneau Date: Wed, 14 Mar 2012 17:40:52 -0700 Subject: disable sig pad when it has been signed --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index 1cfd2b2..7eb55cf 100755 --- a/index.html +++ b/index.html @@ -41,8 +41,10 @@ + %if not sig: + %end @@ -52,6 +54,9 @@ drawOnly: true, errorMessage: 'Write the swear', errorMessageDraw: 'sign the swear bro' + %if sig: + ,displayOnly: true + %end }); %if sig: sig.regenerate({{!sig}}); -- cgit v1.3.1