From e941259fedd022043b50965b5ca826e91a01c667 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Fri, 23 Dec 2011 11:59:21 +0100 Subject: [PATCH] Fix: replace , with ; after move --- js/pz2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/pz2.js b/js/pz2.js index fde4ce1..6b76796 100644 --- a/js/pz2.js +++ b/js/pz2.js @@ -390,7 +390,7 @@ pz2.prototype = "block": 1, "type": this.showResponseType, "windowid" : window.name - }, + }; if (query_state) requestParameters["query-state"] = query_state; request.safeGet( -- 1.7.10.4