From 66226bab5cf4b3c5db0e4fc7fabfc39e8bb39113 Mon Sep 17 00:00:00 2001 From: zgrguric Date: Sat, 15 Nov 2025 12:35:19 +0100 Subject: [PATCH] Refactor Flags condition in index.html --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 6342d99..1bf5039 100644 --- a/index.html +++ b/index.html @@ -1081,7 +1081,9 @@ var xrpl;(()=>{var e={54373:(e,t)=>{"use strict";function r(e){if(!Number.isSafe || (this.new.CreateCode !== undefined && this.new.CreateCode !== "") //OR CreateCode is specified and not blank ) && - this.new.Flags !== undefined && this._isFlagSet(this.new.Flags,1) //Flags is speficied and have hsfOVERRIDE + ( + this.new.Flags !== undefined && (this._isFlagSet(this.new.Flags,1) || this.new.Flags == 0) //Flags is specified and have hsfOVERRIDE or is without override as 0 + ) // && !this._isFlagSet(this.new.Flags,2) //hsfNSDELETE namespace delete flag is forbidden ) { if (this.new.CreateCode !== undefined && this.new.CreateCode !== "")