Skip to content

Commit

Permalink
UI3-283
Browse files Browse the repository at this point in the history
  • Loading branch information
bp2008 committed Feb 4, 2025
1 parent 380dbdb commit 63be82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui3.htm
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
function isUrlPathBad(b) { const c = /^[A-Za-z0-9=_-]+$/; try { const a = (new URL(b)).pathname.slice(1); return 20 < a.length && c.test(a) } catch (a) { return !1 } };
</script>
<script type="text/javascript">
var ui_version = "282";
var ui_version = "283";
var bi_version = "%%VERSION%%";
var appPath_raw = "%%VIRTDIR%%";
var local_bi_session = "%%SESSION%%";
Expand Down

0 comments on commit 63be82b

Please sign in to comment.