From 15a4903961a7333e5e7e652b21f5f02f844199a3 Mon Sep 17 00:00:00 2001 From: Jakub Skoczen Date: Thu, 3 Mar 2011 12:42:47 +0100 Subject: [PATCH] Allow only one fast show --- mkdru.client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdru.client.js b/mkdru.client.js index d30fa48..9fcf0ae 100644 --- a/mkdru.client.js +++ b/mkdru.client.js @@ -415,7 +415,7 @@ $(document).ready(function () { "showResponseType": mkdru.showResponseType, "onrecord": mkdru.pz2Record, "autoInit": false } ); - pz2.showFastCount = 0; + mkdru.pz2.showFastCount = 1; // initialise state to hash string or defaults mkdru.stateFromHash(); -- 1.7.10.4