From a30a8bcacc3466c8a9b374484f56769a0df8b2bb Mon Sep 17 00:00:00 2001 From: Marcin Haba Date: Sun, 25 Oct 2020 08:47:50 +0100 Subject: [PATCH] baculum: Tweak update client scripts version --- gui/baculum/protected/Common/Class/BClientScript.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/baculum/protected/Common/Class/BClientScript.php b/gui/baculum/protected/Common/Class/BClientScript.php index 1c0259e08..4f0b5502d 100644 --- a/gui/baculum/protected/Common/Class/BClientScript.php +++ b/gui/baculum/protected/Common/Class/BClientScript.php @@ -31,7 +31,7 @@ Prado::using('System.Web.UI.WebControls.TClientScript'); */ class BClientScript extends TClientScript { - const SCRIPTS_VERSION = 11; + const SCRIPTS_VERSION = 13; public function getScriptUrl() { -- 2.47.3