From 771130a1ab3ebc08eb4f8e6fda2dc7a02ffe550d Mon Sep 17 00:00:00 2001 From: Jakub Skoczen Date: Thu, 3 Mar 2011 12:31:27 +0100 Subject: [PATCH] There seem to be to many 'shows' at times This won't fix it, I suspect that client code is messing with it --- mkdru.client.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdru.client.js b/mkdru.client.js index 927e6fd..d30fa48 100644 --- a/mkdru.client.js +++ b/mkdru.client.js @@ -415,6 +415,7 @@ $(document).ready(function () { "showResponseType": mkdru.showResponseType, "onrecord": mkdru.pz2Record, "autoInit": false } ); + pz2.showFastCount = 0; // initialise state to hash string or defaults mkdru.stateFromHash(); -- 1.7.10.4